redmine for Cursor
io.github.vfa-khuongdv/redmine
MCP server for Redmine API integration with AI agents.
client:Cursor
transport:stdio
runtime:npm
Install redmine in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"redmine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-redmine"
],
"env": {
"REDMINE_URL": "<REDMINE_URL>",
"REDMINE_API_KEY": "<REDMINE_API_KEY>",
"REDMINE_USERNAME": "<REDMINE_USERNAME>",
"REDMINE_PASSWORD": "<REDMINE_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs