spinnaker mcp for Grok
io.github.geiserx/spinnaker-mcp
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
client:Grok
transport:stdio
runtime:npm
Install spinnaker mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spinnaker-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spinnaker-mcp"
],
"env": {
"GATE_URL": "<GATE_URL>",
"GATE_TOKEN": "<GATE_TOKEN>",
"GATE_USER": "<GATE_USER>",
"GATE_PASS": "<GATE_PASS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs