Skip to content

redmine mcp stdio for Zed

io.github.andrelaptenok/redmine-mcp-stdio

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

client:Zed transport:stdio runtime:npm

Install redmine mcp stdio in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "redmine-mcp-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "redmine-mcp-stdio"
      ],
      "env": {
        "REDMINE_URL": "<REDMINE_URL>",
        "REDMINE_API_KEY": "<REDMINE_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

redmine mcp stdio in other clients