- Explore MCP Servers
- redmine_mcp_server
Redmine Mcp Server
What is Redmine Mcp Server
redmine_mcp_server is a plugin that provides a Model Context Protocol server utilizing Server Side Event technology, designed to enhance interaction with Redmine projects.
Use cases
Use cases for redmine_mcp_server include real-time updates for project issues, collaborative documentation through wikis, and integration with other tools that require live data from Redmine.
How to use
To use redmine_mcp_server, download the plugin into the Redmine plugin directory using Git, then start Redmine to enable the server functionalities.
Key features
Key features include tools for listing all issues and wiki pages per project, as well as reading specific issues and wiki pages.
Where to use
redmine_mcp_server is primarily used in project management environments, particularly those utilizing Redmine for issue tracking and documentation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Redmine Mcp Server
redmine_mcp_server is a plugin that provides a Model Context Protocol server utilizing Server Side Event technology, designed to enhance interaction with Redmine projects.
Use cases
Use cases for redmine_mcp_server include real-time updates for project issues, collaborative documentation through wikis, and integration with other tools that require live data from Redmine.
How to use
To use redmine_mcp_server, download the plugin into the Redmine plugin directory using Git, then start Redmine to enable the server functionalities.
Key features
Key features include tools for listing all issues and wiki pages per project, as well as reading specific issues and wiki pages.
Where to use
redmine_mcp_server is primarily used in project management environments, particularly those utilizing Redmine for issue tracking and documentation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Redmine MCP Server
This plugin provides a Model Context Protocol server using Server Side Event.
Notes
- This plugin is concept and experimental.
- HTTP endpoint does not have authenticate.
- Using WEBrick does not work (see 12.3.3 Streaming Considerations).
ActionController:Livestreaming has some problems depend on depnedencies library’s version (see Version 2.2.x breaks Rails Actioncontroller:Live streaming).
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 clients directory.
Tested Environment
- Redmine (Docker Image)
- 6.0
- Database
- SQLite
- MySQL 8.0
- PostgreSQL 12
References
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










