← Index

io.github.mariomorenodev/rundeck-mcp-server

io.github.mariomorenodev/rundeck-mcp-server·v1.0.3·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "rundeck-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rundeck-mcp-server"
      ],
      "env": {
        "RUNDECK_URL": "<rundeck_url>",
        "RUNDECK_API_TOKEN": "<your-rundeck_api_token>",
        "RUNDECK_API_VERSION": "<rundeck_api_version>",
        "RUNDECK_TIMEOUT": "<rundeck_timeout>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "rundeck-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rundeck-mcp-server"
      ],
      "env": {
        "RUNDECK_URL": "<rundeck_url>",
        "RUNDECK_API_TOKEN": "<your-rundeck_api_token>",
        "RUNDECK_API_VERSION": "<rundeck_api_version>",
        "RUNDECK_TIMEOUT": "<rundeck_timeout>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y rundeck-mcp-server
§02  Environment variables
RUNDECK_URL
required

Rundeck server URL (e.g., http://localhost:4440)

RUNDECK_API_TOKEN
requiredsecret

API token for authentication

RUNDECK_API_VERSION

Rundeck API version (default: 41)

RUNDECK_TIMEOUT

Request timeout in milliseconds (default: 30000)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other