kubeleash for Zed
io.github.kubeleash/kubeleash
Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.
client:Zed
transport:stdio
runtime:oci
Install kubeleash in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kubeleash": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kubeleash/kubeleash:0.3.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs