Odel
K8gentS — Kubernetes RCA MCP Server

K8gentS — Kubernetes RCA MCP Server

Local
@jdoornink1PythonUpdated 4mo ago

Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/jdoornink/k8gents:0.1.1

Run

docker run -i --rm docker.io/jdoornink/k8gents:0.1.1

MCP client config

{
  "mcpServers": {
    "k8gents-kubernetes-rca-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/jdoornink/k8gents:0.1.1"
      ]
    }
  }
}