9506hqwy/redmine_mcp_server
If you are the rightful owner of redmine_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Redmine MCP Server is a plugin that provides a Model Context Protocol server using Server Side Event. It is currently a concept and experimental plugin.
Redmine MCP Server
This plugin provides a Model Context Protocol server using Streamable HTTP.
Notes
- This plugin is concept and experimental.
- This plugin uses protocol version 2025-11-25.
- HTTP endpoint does not have authenticate.
- Not support Server Side Event (
Accept: text/event-stream).
Features
- Tool
list_issuesis all issue listed per project. - Tool
list_wiki_pagesis all wiki page listed per project. - Tool
read_issueis a issue read. - Tool
read_wiki_pageis a wiki page read.
Installation
-
Download plugin in Redmine plugin directory.
git clone https://github.com/9506hqwy/redmine_mcp_server.git -
Start Redmine
Exampls
see directory.
Tested Environment
- Redmine (Docker Image)
- 6.0
- 6.1
- Database
- SQLite
- MySQL 8.0
- PostgreSQL 14