trackmcp
Back to directory
9506hqwy

redmine_mcp_server

View on GitHub

This plugin provides a Model Context Protocol server using Server Side Event.

1 stars RubyAI & Machine Learning Updated Oct 24, 2025

Documentation

Redmine MCP Server

This plugin provides a Model Context Protocol server using Streamable HTTP.

Notes

  • This plugin is concept and experimental.
  • This plugin uses protocol version 2026-07-28.
  • Not support Server Sent Events (`Accept: text/event-stream`).

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.

Installation

1. Download plugin in Redmine plugin directory.

sh
git clone https://github.com/9506hqwy/redmine_mcp_server.git

2. Start Redmine

Configuration

1. Enable plugin module.

Check [MCP Server] in project setting.

2. Customize permission.

Check [Post MCP message] in role and permission.

3. Set API Key

Create API key and set to HTTP request using `X-Redmine-API-Key` header or `key` query parameter.

Exampls

see clients directory.

Tested Environment

  • Redmine (Docker Image)
    • 5.0
    • 5.1
    • 6.0
    • 6.1
    • 7.0
  • Database
    • SQLite
    • MySQL 5.7 or 8.0
    • PostgreSQL 14

References

Frequently asked questions

What is redmine_mcp_server?

redmine_mcp_server is This plugin provides a Model Context Protocol server using Server Side Event.

How do I install redmine_mcp_server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is redmine_mcp_server open source?

Yes — it is hosted on GitHub at https://github.com/9506hqwy/redmine_mcp_server and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP