Skip to content
Windsurf

redmine mcp stdio for Windsurf

io.github.andrelaptenok/redmine-mcp-stdio

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

client:Windsurf transport:stdio runtime:npm

Install redmine mcp stdio in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

redmine mcp stdio in other clients