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
{
"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