Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

rundeck mcp server in other clients