k8scortex-mcp
About
Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
KUBECONFIG DISABLE_AUTHClaude Code
claude mcp add --env KUBECONFIG= --env DISABLE_AUTH= k8scortex-mcp -- npx k8scortex-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"k8scortex-mcp","command":"npx","args":["k8scortex-mcp"],"env":{"KUBECONFIG":"","DISABLE_AUTH":""}}'
JSON
{
"mcpServers": {
"k8scortex-mcp": {
"command": "npx",
"args": [
"k8scortex-mcp"
],
"env": {
"KUBECONFIG": "",
"DISABLE_AUTH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.