
Spinnaker Mcp
Drive Spinnaker pipelines, deployments, and Gate API operations from your agent without opening the Spinnaker UI.
Overview
Spinnaker MCP is an Operate-phase MCP server that exposes Spinnaker Gate API tools for pipeline and deployment management via stdio.
What is this MCP server?
- MCP bridge to Spinnaker Gate API for pipeline and deployment management
- stdio npm spinnaker-mcp v0.3.2 plus OCI drumsergio/spinnaker-mcp:v0.3.2
- Auth via GATE_TOKEN bearer or GATE_USER / GATE_PASS basic auth
- Required GATE_URL (e.g. http://spin-gate:8084) for your Spinnaker environment
- Server version 0.3.2
- Required environment variable: GATE_URL
- Optional secret auth: GATE_TOKEN or GATE_PASS with GATE_USER
Community signal: 2 GitHub stars.
What problem does it solve?
Managing Spinnaker from an AI session means context-switching to Gate REST docs or the UI while production deploys are in flight.
Who is it for?
Small teams with an existing Spinnaker install who want CD visibility and control from Claude Code or Cursor.
Skip if: Solo builders on serverless-only hosts with no Spinnaker cluster, or beginners learning first deploys.
What do I get? / Deliverables
After setup, your agent can query and act on Spinnaker pipelines and deployments through authenticated Gate API tools.
- Agent-accessible Spinnaker pipeline and deployment operations via MCP
- Authenticated stdio MCP connection to your Gate API
Recommended MCP Servers
Journey fit
How it compares
Spinnaker Gate MCP integration, not a generic Kubernetes skill or Terraform planner.
Common Questions / FAQ
Who is Spinnaker MCP for?
Developers and operators who run Spinnaker in production and want their coding agent to manage pipelines and deployments via the Gate API.
When should I use Spinnaker MCP?
Use it in Operate when triaging deploys, inspecting pipeline state, or orchestrating releases without leaving your agent IDE.
How do I add Spinnaker MCP to my agent?
Configure the stdio server (npm spinnaker-mcp or OCI image), set required GATE_URL, and provide GATE_TOKEN or GATE_USER and GATE_PASS in MCP env.