mcp-capi

giantswarm/mcp-capi
★ 1 stars Go 🔌 API Integration Updated today
MCP server for Cluster API (CAPI) - Model Context Protocol integration for managing Kubernetes clusters through CAPI
View on GitHub →

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"
      ]
    }
  }
}