Radar Kubernetes MCP Server for Zed
io.github.skyhook-io/radar
Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.
client:Zed
transport:stdio
runtime:oci
Install Radar Kubernetes MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"radar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/skyhook-io/radar:1.14.1"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs