Back to MCP directory
publicPublicdnsLocal runtime

redmine_mcp_server

Redmine MCP Server是一个实验性插件,提供基于服务器端事件的模型上下文协议服务,支持问题列表、Wiki页面读取等功能。

article

README

🚀 Redmine MCP 服务器插件

Redmine MCP 服务器插件提供了基于服务器端事件的模型上下文协议(Model Context Protocol)服务器,助力用户更高效地处理项目相关事务。

🚀 快速开始

在 Redmine 插件目录中下载插件,随后启动 Redmine 服务,即可使用本插件。

git clone https://github.com/9506hqwy/redmine_mcp_server.git

✨ 主要特性

  • 项目问题管理:工具 list_issues 可列出每个项目的全部问题,read_issue 可读取一个问题。
  • Wiki 页面管理:工具 list_wiki_pages 可列出每个项目的 Wiki 页面,read_wiki_page 可读取一个 Wiki 页面。

📦 安装指南

  1. 在 Redmine 插件目录中下载插件:
    git clone https://github.com/9506hqwy/redmine_mcp_server.git
    
  2. 启动 Redmine 服务

💻 使用示例

请参见 clients 目录中的示例。

📚 详细文档

注意事项

⚠️ 重要提示

测试环境

| 属性 | 详情 | |------|------| | Redmine | Docker 镜像,版本 6.0 | | 数据库 | SQLite、MySQL 8.0、PostgreSQL 12 |

参考资料

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client