mcp-k8s-eye

malepuppet/mcp-k8s-eye
★ 21 stars Go ⚙️ DevOps Updated 10mo ago
MCP Server for kubernetes management and diagnose your cluster and applications
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-eye": {
      "command": "go",
      "args": [
        "run",
        "github.com/malepuppet/mcp-k8s-eye@latest"
      ]
    }
  }
}