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).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"kubernetes-diagnosti": {
"command": "go",
"args": [
"run",
"github.com/Keshetti-Nikhil/kubernetes-diagnostics-mcp-server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add kubernetes-diagnosti go run github.com/Keshetti-Nikhil/kubernetes-diagnostics-mcp-server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"kubernetes-diagnosti": {
"command": "go",
"args": [
"run",
"github.com/Keshetti-Nikhil/kubernetes-diagnostics-mcp-server@latest"
]
}
}
}
📋 Copy