Loading MCP server directory, please wait...
Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.
npx @getmcp/cli add io.github.JDoornink/k8gentsRequires Docker Engine. Community-contributed server. Review source before installing.
AI_API_KEYGoogle Gemini API key for LLM-powered root cause analysis
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.JDoornink/k8gents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AI_API_KEY",
"-e",
"AI_MODEL",
"-e",
"KUBECONFIG",
"docker.io/jdoornink/k8gents:0.1.1"
],
"env": {
"AI_API_KEY": "",
"AI_MODEL": "",
"KUBECONFIG": ""
}
}
}
}