spinnaker-mcp
About
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
Details
- Author
- geiserx
- Categories
- Cloud Service, Infrastructure, API
Jump to
Claude Code / Claude Desktop configuration
{ "mcpServers": { "spinnaker": { "command": "npx", "args": ["-y", "spinnaker-mcp"], "env": { "GATE_URL": "https://spin-gate.example.com", "GATE_TOKEN": "your-token-here" } } } }
Tested withInspector. Before making a PR, make sure this MCP server behaves well via that tool.
Spinnaker-- open-source continuous delivery platform
GoReleaser-- painless multi-arch releases
Feel free to dive in!Open an issueor submit PRs.
Spinnaker-MCP follows theContributor CovenantCode of Conduct.
- genieacs-mcp-- TR-069 device management
- cashpilot-mcp-- Passive income monitoring
- duplicacy-mcp-- Backup health monitoring
- lynxprompt-mcp-- AI configuration blueprints
- pumperly-mcp-- Fuel and EV charging prices
- telegram-archive-mcp-- Telegram message archive
Expose the entire ArgoCD API to LLMs via MCP using just 2 auto-generated tools powered by the OpenAPI spec.
An MCP server for interacting with the Coolify API to manage servers and applications.
Integrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.
Interact with Heroku Platform resources securely using the Heroku CLI. Requires the Heroku CLI and a valid API key.
Manage Koyeb resources like apps, services, and deployments using the Koyeb API.
Interact with Render resources via LLMs using the Render API.
Create, build, deploy, and manage Netlify resources using natural language.
European cloud hosting. Use your favorite AI coding assistant to easily deploy and manage apps on Ploi Cloud.
Simplifies framework deployments on various hosting environments, with a focus on shared hosting.
A bridge that exposes any Spinnaker instance as an MCP v1 server via the Gate API, written in Go.
Everything is exposed over JSON-RPC. LLMs and agents can:initialize->listTools->callTooland interact with your Spinnaker deployments.
npm install -g spinnaker-mcp spinnaker-mcp
This downloads the pre-built Go binary for your platform and runs it with stdio transport.
docker run --rm -e GATE_URL=http://spin-gate:8084 -e TRANSPORT=stdio drumsergio/spinnaker-mcp:0.3.1
git clone https://github.com/GeiserX/spinnaker-mcp cd spinnaker-mcp cp .env.example .env && $EDITOR .env go run ./cmd/server
Authentication priority: Bearer token > Basic auth > x509 client cert > No auth.
Put them in a.envfile (from.env.example) or set them in the environment.
Claude Code / Claude Desktop configuration
{ "mcpServers": { "spinnaker": { "command": "npx", "args": ["-y", "spinnaker-mcp"], "env": { "GATE_URL": "https://spin-gate.example.com", "GATE_TOKEN": "your-token-here" } } } }
Tested withInspector. Before making a PR, make sure this MCP server behaves well via that tool.
Spinnaker-- open-source continuous delivery platform
GoReleaser-- painless multi-arch releases
Feel free to dive in!Open an issueor submit PRs.
Spinnaker-MCP follows theContributor CovenantCode of Conduct.
- genieacs-mcp-- TR-069 device management
- cashpilot-mcp-- Passive income monitoring
- duplicacy-mcp-- Backup health monitoring
- lynxprompt-mcp-- AI configuration blueprints
- pumperly-mcp-- Fuel and EV charging prices
- telegram-archive-mcp-- Telegram message archive
Expose the entire ArgoCD API to LLMs via MCP using just 2 auto-generated tools powered by the OpenAPI spec.
An MCP server for interacting with the Coolify API to manage servers and applications.
Integrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.
Interact with Heroku Platform resources securely using the Heroku CLI. Requires the Heroku CLI and a valid API key.
Manage Koyeb resources like apps, services, and deployments using the Koyeb API.
Interact with Render resources via LLMs using the Render API.
Create, build, deploy, and manage Netlify resources using natural language.
European cloud hosting. Use your favorite AI coding assistant to easily deploy and manage apps on Ploi Cloud.
Simplifies framework deployments on various hosting environments, with a focus on shared hosting.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

