Skip to main content
Glama
dokkiitech

redmine-mcp

by dokkiitech

redmine-mcp

这是一个 MCP 服务器(stdio),用于通过 Claude Code 操作自托管的 Redmine(redmine.dokkiitech.dev)。

设置

前提:已安装 uv

1. 获取 Redmine 的 API 密钥

  1. 登录 Redmine

  2. 点击右上角的“我的账户”→ 右侧边栏的“API 访问密钥”→“显示”

  3. 记下显示的密钥

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_KEY

Redmine 的 API 访问密钥(各自获取)

REDMINE_URL

-

连接地址(默认:https://redmine.dokkiitech.dev

提供的工具

工具

说明

list_projects

项目列表

list_issues

工单列表(可按项目、状态、负责人、主题筛选)

get_issue

工单详情(包含评论历史、附件)

create_issue

创建工单

update_issue

更新工单(添加评论、更改状态、进度等)

search

全文搜索(工单、Wiki、新闻等)

list_metadata

跟踪者 / 状态 / 优先级 / 用户的 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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that enables Claude Code to directly interact with Redmine project management systems, supporting issue management, project operations, and search features.
    22
    9
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Model 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.
    90
    44
    MIT
  • A
    license
    C
    quality
    B
    maintenance
    Model 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.
    90
    302
    21
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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