K8gentS — Kubernetes RCA MCP Server MCP Server
io.github.JDoornink/k8gents
What is the K8gentS — Kubernetes RCA MCP Server MCP server?
Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.
How to install K8gentS — Kubernetes RCA MCP Server
Copy-paste configuration for popular MCP clients.
AI_API_KEYrequiredsecretGoogle Gemini API key for LLM-powered root cause analysis
AI_MODELGemini model to use (default: gemini-2.5-pro)
KUBECONFIGPath to kubeconfig file. Omit to use in-cluster config or ~/.kube/config automatically.
{
"mcpServers": {
"k8gents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/jdoornink/k8gents:0.1.1"
],
"env": {
"AI_API_KEY": "<YOUR_AI_API_KEY>",
"AI_MODEL": "<YOUR_AI_MODEL>",
"KUBECONFIG": "<YOUR_KUBECONFIG>"
}
}
}
}{
"mcpServers": {
"k8gents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/jdoornink/k8gents:0.1.1"
],
"env": {
"AI_API_KEY": "<YOUR_AI_API_KEY>",
"AI_MODEL": "<YOUR_AI_MODEL>",
"KUBECONFIG": "<YOUR_KUBECONFIG>"
}
}
}
}{
"mcpServers": {
"k8gents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/jdoornink/k8gents:0.1.1"
],
"env": {
"AI_API_KEY": "<YOUR_AI_API_KEY>",
"AI_MODEL": "<YOUR_AI_MODEL>",
"KUBECONFIG": "<YOUR_KUBECONFIG>"
}
}
}
}{
"servers": {
"k8gents": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/jdoornink/k8gents:0.1.1"
],
"env": {
"AI_API_KEY": "<YOUR_AI_API_KEY>",
"AI_MODEL": "<YOUR_AI_MODEL>",
"KUBECONFIG": "<YOUR_KUBECONFIG>"
}
}
}
}claude mcp add k8gents --env AI_API_KEY=<YOUR_AI_API_KEY> --env AI_MODEL=<YOUR_AI_MODEL> --env KUBECONFIG=<YOUR_KUBECONFIG> -- docker run -i --rm docker.io/jdoornink/k8gents:0.1.1Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.