HomeProductivity › redmine-mcp-stdio

redmine-mcp-stdio

Local MCP (stdio) server for Redmine: issues, projects and time tracking from any MCP client.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-07-13 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 (npm 1.2.0)

npx -y redmine-mcp-stdio@1.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "redmine-mcp-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "redmine-mcp-stdio@1.2.0"
      ],
      "env": {
        "REDMINE_URL": "<YOUR_VALUE>",
        "REDMINE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • REDMINE_URL required — Base URL of your Redmine instance (e.g. https://redmine.example.com)
  • REDMINE_API_KEY required secret — Redmine API access key (My account > API access key)

Related servers

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

Data from the Official MCP Registry