rundeck mcp server for Windsurf
io.github.mariomorenodev/rundeck-mcp-server
50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP
client:Windsurf
transport:stdio
runtime:npm
Install rundeck mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"rundeck-mcp-server": {
"command": "npx",
"args": [
"-y",
"rundeck-mcp-server"
],
"env": {
"RUNDECK_URL": "<RUNDECK_URL>",
"RUNDECK_API_TOKEN": "<RUNDECK_API_TOKEN>",
"RUNDECK_API_VERSION": "<RUNDECK_API_VERSION>",
"RUNDECK_TIMEOUT": "<RUNDECK_TIMEOUT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs