rancher mcp for Zed
io.github.rex/rancher-mcp
Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows.
client:Zed
transport:stdio
runtime:pypi
Install rancher mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rancher-mcp": {
"command": "uvx",
"args": [
"rancher-mcp"
],
"env": {
"RANCHER_URL": "<RANCHER_URL>",
"RANCHER_TOKEN": "<RANCHER_TOKEN>",
"RANCHER_VERIFY_SSL": "<RANCHER_VERIFY_SSL>",
"RANCHER_INSTANCES_JSON": "<RANCHER_INSTANCES_JSON>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs