Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

rancher mcp in other clients