Skip to content
Gemini CLI

k8scortex mcp for Gemini CLI

io.github.apatilgtn/k8scortex-mcp

Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.

client:Gemini CLI transport:stdio runtime:npm

Install k8scortex mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "k8scortex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "k8scortex-mcp"
      ],
      "env": {
        "KUBECONFIG": "<KUBECONFIG>",
        "DISABLE_AUTH": "<DISABLE_AUTH>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

k8scortex mcp in other clients