Skip to content
Cursor

redmine mcp stdio for Cursor

io.github.andrelaptenok/redmine-mcp-stdio

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

client:Cursor transport:stdio runtime:npm

Install redmine mcp stdio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

redmine mcp stdio in other clients