Rundeck for Cursor
io.github.asklokesh/rundeck-mcp-server
MCP server for Rundeck API integration
client:Cursor
transport:stdio
runtime:pypi
Install Rundeck in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rundeck-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"rundeck-mcp-server"
],
"env": {
"RUNDECK_API_KEY": "<RUNDECK_API_KEY>",
"RUNDECK_API_URL": "<RUNDECK_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs