Template Redmine Plugin
About
This plugin provides a Model Context Protocol server using Streamable HTTP.
Details
- Author
- 9506hqwy
- GitHub stars
- 2
- Downloads
- 475
- Categories
- Developer Tools, Project Management
Jump to
- Tool list_issues lists all issues per project.
- Tool list_wiki_pages lists all wiki pages per project.
- Tool read_issue reads a single issue.
- Tool read_wiki_page reads a single wiki page.
- Streamable HTTP transport (no SSE support).
- No authentication required on the HTTP endpoint.
Clone the repository into your Redmine plugins directory (git clone https://github.com/9506hqwy/redmine_mcp_server.git) and restart Redmine. The HTTP endpoint is unauthenticated and does not support Server-Side Events (Accept: text/event-stream). Example client code is available in the clients directory.
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_issues is all issue listed per project.
- Tool list_wiki_pages is all wiki page listed per project.
- Tool read_issue is a issue read.
- Tool read_wiki_page is a wiki page read.
Installation
1. Download plugin in Redmine plugin directory.
git clone https://github.com/9506hqwy/redmine_mcp_server.git
2. Start Redmine
Exampls
see clients directory.
Tested Environment
- Redmine (Docker Image)
- 6.0
- 6.1
- Database
- SQLite
- MySQL 8.0
- PostgreSQL 14
References
- Model Context Protocol
- JSON-RPC 2.0 Specification
- MCP Server
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





