9506hqwy_redmine_mcp_server
If you are the rightful owner of 9506hqwy_redmine_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This plugin provides a Model Context Protocol server using Server Side Event.
The Redmine MCP Server is an experimental plugin designed to integrate Model Context Protocol (MCP) capabilities into the Redmine project management tool. It leverages Server Side Events to facilitate real-time data streaming, although it is important to note that the plugin is still in the conceptual stage and may have limitations. The plugin does not currently support authentication for its HTTP endpoint, and it is incompatible with the WEBrick server due to streaming constraints. Additionally, users may encounter issues with `ActionController:Live` streaming depending on the versions of their dependencies. Despite these challenges, the plugin offers several useful tools for managing Redmine projects, such as listing and reading issues and wiki pages.
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.