mcp-k8s

silenceper/mcp-k8s
★ 143 stars Go ⚙️ DevOps Updated 22d ago
A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes clusters through MCP tools.
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-k8s": {
      "command": "go",
      "args": [
        "run",
        "github.com/silenceper/mcp-k8s@latest"
      ]
    }
  }
}

Topics

debugkubernetesmcpmcp-server