SERVER
spinnaker-mcp
Rank #8278glama/GeiserX/spinnaker-mcp
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
First listed
Apr 23, 2026
Last publish date
Apr 23, 2026
OVERVIEW
spinnaker-mcp is a Model Context Protocol (MCP) server published by GeiserX. It ranks #8278 of 58,832 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. spinnaker-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Apr 23, 2026 and most recently updated on Apr 23, 2026.
STANDING
#8,278of 58,832 tracked serversTop 25%
Ranks ahead of 50,554 of 58,832 servers on MCP Toplist.
CONNECT
Use spinnaker-mcp
Add spinnaker-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Docker image
{
"mcpServers": {
"spinnaker-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/spinnaker-mcp:v0.3.1"
],
"env": {
"GATE_URL": "<your GATE_URL>",
"GATE_TOKEN": "<your GATE_TOKEN>",
"GATE_USER": "<your GATE_USER>",
"GATE_PASS": "<your GATE_PASS>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry (1 delisted)
GlamaDelisted · last seen Apr 27, 2026
ORGANIZATION
GeiserX
MORE FROM THIS PUBLISHER
Other servers by GeiserX
- Genieacs Mcp#3067 · 3 vers
- telegram-archive-mcp#7316 · 1 ver
- cashpilot-mcp#9358 · 1 ver
- atlassian-browser-mcp#13202
- lynxprompt-mcp#13650 · 1 ver
- duplicacy-mcp#14212 · 1 ver
- pumperly-mcp#14213 · 1 ver
VERSIONS
Available versions (2)
| Version | Published |
|---|---|
| 0.3.2 | Apr 23, 2026 |
| 0.3.1 | Apr 23, 2026 |
FAQ
Frequently asked questions
- What is spinnaker-mcp?
- MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
- Who maintains spinnaker-mcp?
- spinnaker-mcp is maintained by GeiserX, which publishes 8 MCP servers (10 total versions) tracked on MCP Toplist.
- Is spinnaker-mcp an official MCP server?
- Yes — spinnaker-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does spinnaker-mcp have?
- MCP Toplist tracks 2 versions of spinnaker-mcp, most recently published on Apr 23, 2026.
- Where can I find the source code for spinnaker-mcp?
- The source code for spinnaker-mcp is hosted at github.com/GeiserX/spinnaker-mcp.
EXPLORE