Skip to content
Windsurf

redmine mcp connector for Windsurf

io.github.nikhilprasad-r/redmine-mcp-connector

stdio MCP server wrapping the Redmine REST API: issues, projects, users, time, wiki, versions.

client:Windsurf transport:stdio runtime:npm

Install redmine mcp connector 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-connector": {
      "command": "npx",
      "args": [
        "-y",
        "redmine-mcp-connector"
      ],
      "env": {
        "REDMINE_BASE_URL": "<REDMINE_BASE_URL>",
        "REDMINE_API_KEY": "<REDMINE_API_KEY>",
        "REDMINE_IMPERSONATE_USER": "<REDMINE_IMPERSONATE_USER>",
        "REDMINE_READONLY": "<REDMINE_READONLY>",
        "REDMINE_ALLOW_RAW_REQUEST": "<REDMINE_ALLOW_RAW_REQUEST>",
        "REDMINE_HTTP_TIMEOUT_MS": "<REDMINE_HTTP_TIMEOUT_MS>",
        "REDMINE_MAX_PAGES": "<REDMINE_MAX_PAGES>",
        "REDMINE_MAX_DOWNLOAD_BYTES": "<REDMINE_MAX_DOWNLOAD_BYTES>"
      }
    }
  }
}

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

redmine mcp connector in other clients