← Back to Plugins
MCP Server MCP

io.github.rex/rancher-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx rancher-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "rancher-mcp",
      "version": "1.26.4",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Rancher server URL (single-instance mode)",
          "isRequired": true,
          "name": "RANCHER_URL"
        },
        {
          "description": "Rancher API token (token-xxxxx:yyyyyyyyy)",
          "isRequired": true,
          "isSecret": true,
          "name": "RANCHER_TOKEN"
        },
        {
          "description": "Verify TLS certificates (default true)",
          "name": "RANCHER_VERIFY_SSL"
        },
        {
          "description": "Multi-instance config JSON (overrides single-instance mode; supports per-instance read_only)",
          "isSecret": true,
          "name": "RANCHER_INSTANCES_JSON"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...