K8gentS — Kubernetes RCA MCP Server for Zed
io.github.jdoornink/k8gents
Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.
client:Zed
transport:stdio
runtime:oci
Install K8gentS — Kubernetes RCA MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs