kubernetes-diagnostics-mcp-server

Keshetti-Nikhil/kubernetes-diagnostics-mcp-server
★ 0 stars Go DevOps Updated 5d ago
A Go MCP server exposing 5 Kubernetes diagnostic tools over a 280k-event synthetic cluster, with a benchmark showing restart-based alerting (F1 0.30) loses to hard-failure correlation (F1 0.99).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kubernetes-diagnosti": {
      "command": "go",
      "args": [
        "run",
        "github.com/Keshetti-Nikhil/kubernetes-diagnostics-mcp-server@latest"
      ]
    }
  }
}