redmine_mcp_server

redmine_mcp_server

3.2

If you are the rightful owner of 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.

The Redmine MCP Server is a plugin that provides a Model Context Protocol server using Server Side Event. It is currently a concept and experimental plugin.

The Redmine MCP Server is designed to integrate with Redmine, a popular project management web application, by providing a Model Context Protocol (MCP) server. This server utilizes Server Side Events (SSE) to facilitate real-time data streaming and interaction. The plugin is in its conceptual and experimental stages, meaning it may not be fully stable or feature-complete. It is important to note that the HTTP endpoint provided by this plugin does not include authentication, which could be a security consideration for users. Additionally, the plugin has compatibility issues with certain versions of dependencies, particularly with the `ActionController:Live` streaming feature in Rails, and does not work with the WEBrick server. Users are encouraged to test the plugin in a controlled environment before deploying it in a production setting.

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.