MCP server for Cluster API (CAPI) - Model Context Protocol integration for managing Kubernetes clusters through CAPI
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-capi": {
"command": "go",
"args": [
"run",
"github.com/giantswarm/mcp-capi@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-capi go run github.com/giantswarm/mcp-capi@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-capi": {
"command": "go",
"args": [
"run",
"github.com/giantswarm/mcp-capi@latest"
]
}
}
}