Skip to content

Rundeck for Zed

io.github.asklokesh/rundeck-mcp-server

MCP server for Rundeck API integration

client:Zed transport:stdio runtime:pypi

Install Rundeck 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": "uvx",
      "args": [
        "rundeck-mcp-server"
      ],
      "env": {
        "RUNDECK_API_KEY": "<RUNDECK_API_KEY>",
        "RUNDECK_API_URL": "<RUNDECK_API_URL>"
      }
    }
  }
}

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

Rundeck in other clients