Skip to content
Grok

rancher mcp for Grok

io.github.rex/rancher-mcp

Capability-aware MCP server for Rancher-managed Kubernetes: discovery, resources, workflows.

client:Grok transport:stdio runtime:pypi

Install rancher mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "rancher-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

rancher mcp in other clients