Skip to content
Cursor

spinnaker mcp for Cursor

io.github.geiserx/spinnaker-mcp

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

client:Cursor transport:stdio runtime:npm

Install spinnaker mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "spinnaker-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "spinnaker-mcp"
      ],
      "env": {
        "GATE_URL": "<GATE_URL>",
        "GATE_TOKEN": "<GATE_TOKEN>",
        "GATE_USER": "<GATE_USER>",
        "GATE_PASS": "<GATE_PASS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

spinnaker mcp in other clients