rundeck-mcp-server
About
50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RUNDECK_URL RUNDECK_API_TOKEN RUNDECK_API_VERSION RUNDECK_TIMEOUTClaude Code
claude mcp add --env RUNDECK_URL= --env RUNDECK_API_TOKEN= --env RUNDECK_API_VERSION= --env RUNDECK_TIMEOUT= rundeck-mcp-server -- npx rundeck-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"rundeck-mcp-server","command":"npx","args":["rundeck-mcp-server"],"env":{"RUNDECK_URL":"","RUNDECK_API_TOKEN":"","RUNDECK_API_VERSION":"","RUNDECK_TIMEOUT":""}}'
JSON
{
"mcpServers": {
"rundeck-mcp-server": {
"command": "npx",
"args": [
"rundeck-mcp-server"
],
"env": {
"RUNDECK_URL": "",
"RUNDECK_API_TOKEN": "",
"RUNDECK_API_VERSION": "",
"RUNDECK_TIMEOUT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.