redmine-mcp
redmine-mcp
这是一个 MCP 服务器(stdio),用于通过 Claude Code 操作自托管的 Redmine(redmine.dokkiitech.dev)。
设置
前提:已安装 uv。
1. 获取 Redmine 的 API 密钥
登录 Redmine
点击右上角的“我的账户”→ 右侧边栏的“API 访问密钥”→“显示”
记下显示的密钥
2. 注册到 Claude Code
claude mcp add --scope user redmine \
--env REDMINE_API_KEY=<自分のAPIキー> \
-- uvx --from git+https://github.com/dokkiitech/redmine-mcp redmine-mcp注册后,重启 Claude Code 即可连接 redmine 服务器。
可通过 claude mcp get redmine 确认。
Related MCP server: Redmine MCP Server
环境变量
变量 | 必需 | 说明 |
| ✔ | Redmine 的 API 访问密钥(各自获取) |
| - | 连接地址(默认: |
提供的工具
工具 | 说明 |
| 项目列表 |
| 工单列表(可按项目、状态、负责人、主题筛选) |
| 工单详情(包含评论历史、附件) |
| 创建工单 |
| 更新工单(添加评论、更改状态、进度等) |
| 全文搜索(工单、Wiki、新闻等) |
| 跟踪者 / 状态 / 优先级 / 用户的 ID 列表 |
注意事项
Redmine 服务器(EC2)在 JST 0 点至 12 点期间停止运行。如果出现连接错误,请确认是否在运行时间段(JST 12 点至 24 点)内
Redmine 的 REST API 对于无效值(如不存在的自定义字段 ID 等)不会报错,而是静默忽略。在执行更新操作后,建议使用
get_issue重新读取以确认更改是否生效
获取更新
uvx 会缓存 git 仓库。要获取新版本:
uv cache clean redmine-mcp开发
git clone https://github.com/dokkiitech/redmine-mcp
cd redmine-mcp
REDMINE_API_KEY=<key> uv run redmine-mcp # stdio で起動(Ctrl+C で終了)License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude Code to directly interact with Redmine project management systems, supporting issue management, project operations, and search features.229MIT
- AlicenseCqualityDmaintenanceModel Context Protocol (MCP) server for Redmine that provides comprehensive access to the Redmine REST API, enabling users to operate Redmine from MCP clients such as Claude Desktop.9044MIT
- AlicenseCqualityBmaintenanceModel Context Protocol (MCP) server for Redmine that provides comprehensive access to the Redmine REST API. It allows you to operate Redmine from MCP clients such as Claude Desktop.9030221MIT
- AlicenseAqualityCmaintenanceEnables natural language interaction with Redmine via Claude Code or other MCP clients, supporting project, issue, and wiki management.111MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for generating rough-draft project plans from natural-language prompts.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dokkiitech/redmine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server