k8scortex mcp for Zed
io.github.apatilgtn/k8scortex-mcp
Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.
client:Zed
transport:stdio
runtime:npm
Install k8scortex mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"k8scortex-mcp": {
"command": "npx",
"args": [
"-y",
"k8scortex-mcp"
],
"env": {
"KUBECONFIG": "<KUBECONFIG>",
"DISABLE_AUTH": "<DISABLE_AUTH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs