Redmine MCP Server
@yonaka15
关于 Redmine MCP Server
MCP server for Redmine
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-redmine": {
"command": "npx",
"args": [
"-y",
"--prefix",
"/path/to/mcp-server-redmine",
"mcp-server-redmine"
],
"env": {
"REDMINE_HOST": "https://your-redmine.example.com",
"REDMINE_API_KEY": "your-api-key-here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Redmine MCP Server?
Redmine MCP Server is a Model Context Protocol (MCP) server implementation that integrates with Redmine's REST API to provide ticket and project information to LLMs. It is designed for users who want to manage Redmine issues, projects, users, and time entries through AI assistants.
How to use Redmine MCP Server?
Configure the server in your MCP client (e.g., Claude) with the command npx -y --prefix /path/to/mcp-server-redmine mcp-server-redmine and set the REDMINE_HOST and REDMINE_API_KEY environment variables. The API key must be obtained from Redmine user settings after enabling the REST API in Redmine admin settings.
Key features of Redmine MCP Server
- Supports Redmine Issues, Projects, Users, and Time Entries resources
- Search, create, update, and delete operations for issues
- Project management with archive/unarchive capabilities
- Custom field support for issues and time entries
- Time entry filtering by project, user, and date range
- Keyword search across issues and projects
Use cases of Redmine MCP Server
- Query and manage Redmine issues through natural language conversations
- Create, update, and track project progress via an LLM interface
- Record and retrieve time entries against projects or issues
- Manage users and their permissions (with admin privileges)
- Search and filter Redmine data without using the web interface
FAQ from Redmine MCP Server
What permissions are required?
Some operations like list_users, create_user, update_user, delete_user require administrator privileges. Available information varies based on user permission levels in Redmine.
What are the runtime requirements?
Node.js 18 or higher and npm 9 or higher are required. The server uses the @modelcontextprotocol/sdk, zod, and typescript libraries.
How do I get an API key?
Enable the REST API in Redmine admin settings, then obtain your API key from your Redmine user settings page.
What transports are supported?
—
How are tests run?
Unit tests are executed with npm test. For data safety, only GET operations are included in tests. GUI and CLI testing via MCP Inspector is also documented.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论