Overview
what is Redmine MCP Server?
Redmine MCP Server is a plugin that provides a Model Context Protocol server using Server Side Event for Redmine, allowing for real-time updates and interactions.
how to use Redmine MCP Server?
To use the Redmine MCP Server, download the plugin into the Redmine plugin directory and start Redmine. You can then access various tools to manage issues and wiki pages.
key features of Redmine MCP Server?
- Tool
list_issues: Lists all issues per project. - Tool
list_wiki_pages: Lists all wiki pages per project. - Tool
read_issue: Reads a specific issue. - Tool
read_wiki_page: Reads a specific wiki page.
use cases of Redmine MCP Server?
- Managing project issues in real-time.
- Accessing and editing wiki pages dynamically.
- Integrating with other tools that utilize the Model Context Protocol.
FAQ from Redmine MCP Server?
- Is the Redmine MCP Server secure?
The HTTP endpoint does not have authentication, so it is recommended to use it in a secure environment.
- What databases are supported?
The plugin has been tested with SQLite, MySQL 8.0, and PostgreSQL 12.
- Is this plugin stable?
The plugin is currently experimental and may have issues depending on the version of dependencies.