Skip to content
Zed

spinnaker mcp for Zed

io.github.geiserx/spinnaker-mcp

MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management

client:Zed transport:stdio runtime:npm

Install spinnaker mcp 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": {
    "spinnaker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spinnaker-mcp"
      ],
      "env": {
        "GATE_URL": "<GATE_URL>",
        "GATE_TOKEN": "<GATE_TOKEN>",
        "GATE_USER": "<GATE_USER>",
        "GATE_PASS": "<GATE_PASS>"
      }
    }
  }
}

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

spinnaker mcp in other clients