HomeProductivity › Redmine MCP Server

Redmine MCP Server

Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics

Java Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-15 License: MIT

Topics: Product Management

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/igorolv/redmine-mcp-server:0.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "redmine-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/igorolv/redmine-mcp-server:0.1.0"
      ],
      "env": {
        "REDMINE_URL": "<YOUR_VALUE>",
        "REDMINE_API_KEY": "<YOUR_VALUE>",
        "REDMINE_MCP_WRITE_ENABLED": "<YOUR_VALUE>"
      }
    }
  }
}
  • REDMINE_URL required — Base URL of the Redmine instance, e.g. https://redmine.example.com
  • REDMINE_API_KEY required secret — Redmine API key of the user the server acts as (My account -> API access key)
  • REDMINE_MCP_WRITE_ENABLED — Set to true to also expose the issue, note, attachment, time-entry and wiki write tools

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry