K8gentS — Kubernetes RCA MCP Server for Windsurf
io.github.jdoornink/k8gents
Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.
client:Windsurf
transport:stdio
runtime:oci
Install K8gentS — Kubernetes RCA MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"k8gents": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs