Odel
rundeck mcp server

rundeck mcp server

Local
@mariomorenodev1TypeScriptApache-2.0Updated 3mo ago

50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrundeck-mcp-serverv1.0.3

Run

npx -y rundeck-mcp-server

MCP client config

{
  "mcpServers": {
    "rundeck-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rundeck-mcp-server"
      ]
    }
  }
}