K8gentS — Kubernetes RCA MCP Server
Quality Score
85
/100
Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.
§01 Install
Claude Desktop (Docker)
{
"mcpServers": {
"k8gents": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/jdoornink/k8gents:0.1.1"
],
"env": {
"AI_API_KEY": "<your-ai_api_key>",
"AI_MODEL": "<ai_model>",
"KUBECONFIG": "<kubeconfig>"
}
}
}
}§02 Environment variables
AI_API_KEYrequiredsecret
Google Gemini API key for LLM-powered root cause analysis
AI_MODELGemini model to use (default: gemini-2.5-pro)
KUBECONFIGPath to kubeconfig file. Omit to use in-cluster config or ~/.kube/config automatically.
§03 MCP Quality Score · methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04 Alternatives in Kubernetes
Willform Agent
ai.willform/willform-agent
Deploy containers on Kubernetes with x402 billing. 9 workload types and source builds.
com.googleapis.container/mcp
com.googleapis.container/mcp
Provides read access to your GKE and Kubernetes resources.
Containerization Assist
io.github.Azure/containerization-assist
TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support