spinnaker mcp for Cline
io.github.geiserx/spinnaker-mcp
MCP server exposing Spinnaker CD platform via Gate API for pipeline and deployment management
client:Cline
transport:stdio
runtime:npm
Install spinnaker mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"spinnaker-mcp": {
"command": "npx",
"args": [
"-y",
"spinnaker-mcp"
],
"env": {
"GATE_URL": "<GATE_URL>",
"GATE_TOKEN": "<GATE_TOKEN>",
"GATE_USER": "<GATE_USER>",
"GATE_PASS": "<GATE_PASS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs