Redmine MCP Server for Cursor
io.github.igorolv/redmine-mcp-server
Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics
client:Cursor
transport:stdio
runtime:oci
Install Redmine MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"redmine-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/igorolv/redmine-mcp-server:0.1.0"
],
"env": {
"REDMINE_URL": "<REDMINE_URL>",
"REDMINE_API_KEY": "<REDMINE_API_KEY>",
"REDMINE_MCP_WRITE_ENABLED": "<REDMINE_MCP_WRITE_ENABLED>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs