Skip to content
Cursor

K8gentS — Kubernetes RCA MCP Server for Cursor

io.github.jdoornink/k8gents

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

client:Cursor transport:stdio runtime:oci

Install K8gentS — Kubernetes RCA MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "k8gents": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/jdoornink/k8gents:0.1.1"
      ],
      "env": {
        "AI_API_KEY": "<AI_API_KEY>",
        "AI_MODEL": "<AI_MODEL>",
        "KUBECONFIG": "<KUBECONFIG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

K8gentS — Kubernetes RCA MCP Server in other clients