rundeck mcp server for Cursor
io.github.mariomorenodev/rundeck-mcp-server
50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP
client:Cursor
transport:stdio
runtime:npm
Install rundeck mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rundeck-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rundeck-mcp-server"
],
"env": {
"RUNDECK_URL": "<RUNDECK_URL>",
"RUNDECK_API_TOKEN": "<RUNDECK_API_TOKEN>",
"RUNDECK_API_VERSION": "<RUNDECK_API_VERSION>",
"RUNDECK_TIMEOUT": "<RUNDECK_TIMEOUT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs