Connect Cursor to Redmine — fetch issues with full context, comments, and attachments via MCP.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"redmine-cursor-mcp@0.1.0"
],
"env": {
"REDMINE_BASE_URL": "${env:REDMINE_BASE_URL}",
"REDMINE_API_KEY": "${env:REDMINE_API_KEY}"
}
}