Redmine MCP Server
by MCP-Mirror
This plugin provides a Model Context Protocol server using Server Side Event. It is a concept and experimental plugin for Redmine.
Last updated: N/A
What is Redmine MCP Server?
This is a Redmine plugin that implements a Model Context Protocol (MCP) server using Server Side Events (SSE). It allows external applications to receive real-time updates from Redmine.
How to use Redmine MCP Server?
- Download the plugin into the Redmine plugin directory using
git clone https://github.com/9506hqwy/redmine_mcp_server.git
. 2. Start Redmine. 3. Refer to theclients
directory for usage examples.
Key features of Redmine MCP Server
list_issues: Lists all issues per project
list_wiki_pages: Lists all wiki pages per project
read_issue: Reads a specific issue
read_wiki_page: Reads a specific wiki page
Use cases of Redmine MCP Server
Real-time issue tracking
Wiki page change notifications
Integrating Redmine data with external applications
Building custom dashboards
FAQ from Redmine MCP Server
Is this plugin production-ready?
Is this plugin production-ready?
No, this plugin is concept and experimental.
Does the HTTP endpoint require authentication?
Does the HTTP endpoint require authentication?
No, the HTTP endpoint does not have authentication.
Does it work with WEBrick?
Does it work with WEBrick?
No, using WEBrick does not work due to streaming considerations.
What Redmine versions are supported?
What Redmine versions are supported?
Tested with Redmine 6.0 (Docker Image).
What databases are supported?
What databases are supported?
Tested with SQLite, MySQL 8.0, and PostgreSQL 12.