PluginBench
MCP Server
Active
GPL-3.0

io.github.GeiserX/spinnaker-mcp MCP Server

io.github.GeiserX/spinnaker-mcp

What is the io.github.GeiserX/spinnaker-mcp MCP server?

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

How to install io.github.GeiserX/spinnaker-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GATE_URL
    required

    Spinnaker Gate API URL (e.g. http://spin-gate:8084)

  • GATE_TOKEN
    secret

    Bearer token for Gate authentication

  • GATE_USER

    Basic auth username (alternative to token)

  • GATE_PASS
    secret

    Basic auth password

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spinnaker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spinnaker-mcp"
      ],
      "env": {
        "GATE_URL": "<YOUR_GATE_URL>",
        "GATE_TOKEN": "<YOUR_GATE_TOKEN>",
        "GATE_USER": "<YOUR_GATE_USER>",
        "GATE_PASS": "<YOUR_GATE_PASS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "spinnaker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spinnaker-mcp"
      ],
      "env": {
        "GATE_URL": "<YOUR_GATE_URL>",
        "GATE_TOKEN": "<YOUR_GATE_TOKEN>",
        "GATE_USER": "<YOUR_GATE_USER>",
        "GATE_PASS": "<YOUR_GATE_PASS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "spinnaker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spinnaker-mcp"
      ],
      "env": {
        "GATE_URL": "<YOUR_GATE_URL>",
        "GATE_TOKEN": "<YOUR_GATE_TOKEN>",
        "GATE_USER": "<YOUR_GATE_USER>",
        "GATE_PASS": "<YOUR_GATE_PASS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "spinnaker-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "spinnaker-mcp"
      ],
      "env": {
        "GATE_URL": "<YOUR_GATE_URL>",
        "GATE_TOKEN": "<YOUR_GATE_TOKEN>",
        "GATE_USER": "<YOUR_GATE_USER>",
        "GATE_PASS": "<YOUR_GATE_PASS>"
      }
    }
  }
}
Claude Code
claude mcp add spinnaker-mcp --env GATE_URL=<YOUR_GATE_URL> --env GATE_TOKEN=<YOUR_GATE_TOKEN> --env GATE_USER=<YOUR_GATE_USER> --env GATE_PASS=<YOUR_GATE_PASS> -- npx -y spinnaker-mcp

Related MCP servers

MCP server bridging GenieACS TR-069 ACS instances to LLMs for CPE device management

13
Go
GPL-3.0
View repository →

MCP server for Telegram Archive — search messages, browse chats, and access history

3
Go
GPL-3.0
View repository →

MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings

2
Go
GPL-3.0
View repository →

MCP server for Duplicacy — monitor backup status and Prometheus metrics

1
Go
GPL-3.0
View repository →

MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints

1
Go
GPL-3.0
View repository →

MCP server for Pumperly — query fuel prices, find stations, and plan routes

1
Go
GPL-3.0
View repository →