Odel
k8scortex mcp

k8scortex mcp

Local
@apatilgtn1TypeScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmk8scortex-mcpv1.0.2

Run

npx -y k8scortex-mcp

MCP client config

{
  "mcpServers": {
    "k8scortex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "k8scortex-mcp"
      ]
    }
  }
}