← Index

io.github.apatilgtn/k8scortex-mcp

io.github.apatilgtn/k8scortex-mcp·v1.0.2·Kubernetes
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "k8scortex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "k8scortex-mcp"
      ],
      "env": {
        "KUBECONFIG": "<kubeconfig>",
        "DISABLE_AUTH": "<disable_auth>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "k8scortex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "k8scortex-mcp"
      ],
      "env": {
        "KUBECONFIG": "<kubeconfig>",
        "DISABLE_AUTH": "<disable_auth>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y k8scortex-mcp
§02  Environment variables
KUBECONFIG

Path to your kubeconfig file. Defaults to ~/.kube/config if not set.

DISABLE_AUTH

Set to 'true' to disable JWT authentication (recommended for local use).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Kubernetes