Redmine MCP Server
by 9506hqwy
This plugin provides a Model Context Protocol server using Server Side Event. It's an 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 interact with Redmine data in real-time.
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 examples on how to interact with the server.
Key features of Redmine MCP Server
List all issues per project
List all wiki pages per project
Read a specific issue
Read a specific wiki page
Use cases of Redmine MCP Server
Real-time issue tracking
Automated reporting on wiki content updates
Integration with external monitoring systems
Building custom dashboards with live Redmine data
FAQ from Redmine MCP Server
What is Model Context Protocol?
What is Model Context Protocol?
Model Context Protocol is a protocol for interacting with data models.
What is Server Side Events?
What is Server Side Events?
Server Side Events is a technology that enables a server to push updates to a client over HTTP.
Does this plugin require authentication?
Does this plugin require authentication?
No, the HTTP endpoint does not have authentication.
What Redmine versions are supported?
What Redmine versions are supported?
The plugin has been tested with Redmine 6.0.
What databases are supported?
What databases are supported?
The plugin has been tested with SQLite, MySQL 8.0, and PostgreSQL 12.