Skip to content

rundeck mcp server for Zed

io.github.mariomorenodev/rundeck-mcp-server

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

client:Zed transport:stdio runtime:npm

Install rundeck mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

rundeck mcp server in other clients