Loading MCP server directory, please wait...
50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP
npx @getmcp/cli add io.github.mariomorenodev/rundeck-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
RUNDECK_URLRundeck server URL (e.g., http://localhost:4440)
RUNDECK_API_TOKENAPI token for authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mariomorenodev/rundeck-mcp-server": {
"command": "npx",
"args": [
"-y",
"rundeck-mcp-server"
],
"env": {
"RUNDECK_URL": "",
"RUNDECK_API_TOKEN": "",
"RUNDECK_API_VERSION": "",
"RUNDECK_TIMEOUT": ""
}
}
}
}