Spinnaker MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 24 Aug 2026.
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
We read the source, 15 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node postinstall.js
execFileSync(BIN_PATH, process.argv.slice(2), { env, stdio: "inherit" });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add spinnaker-mcp -- npx -y spinnaker-mcp
{
"mcpServers": {
"spinnaker-mcp": {
"args": [
"-y",
"spinnaker-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.spinnaker-mcp]
command = "npx"
args = ["-y", "spinnaker-mcp"]
{
"mcpServers": {
"spinnaker-mcp": {
"args": [
"-y",
"spinnaker-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"spinnaker-mcp": {
"args": [
"-y",
"spinnaker-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GATE_URL (Spinnaker Gate API URL (e.g. http://spin-gate:8084)), GATE_TOKEN (Bearer token for Gate authentication), GATE_USER (Basic auth username (alternative to token)), GATE_PASS (Basic auth password).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
Rust MCP server and CLI for Arcane Docker and container management.
MCP server for Cisco Umbrella's deployment, admin, policy, reporting, and investigate APIs.
MCP server for Vercel — manage deployments and view build and runtime application logs.
MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.
Server fleet management MCP — monitor, deploy, and manage distributed Linux servers
Reference MCP stdio server for observing Vercel projects and deployments.
Manage your projects, debug deployments, and check analytics for any MCP server you host with Alpic.
Answers built from our own checks of this server.