rundeck-mcp-server

mariomorenodev/rundeck-mcp-server
★ 1 stars TypeScript 💻 Code/Dev Tools Updated 1d ago
MCP server for Rundeck — 50 tools to manage jobs, executions, projects, nodes, and system from Claude Code, Cursor, or any MCP client
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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