← Index

K8gentS — Kubernetes RCA MCP Server

io.github.JDoornink/k8gents·v0.1.1·Kubernetes
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_KEY
requiredsecret

Google Gemini API key for LLM-powered root cause analysis

AI_MODEL

Gemini model to use (default: gemini-2.5-pro)

KUBECONFIG

Path 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