k8scortex mcp for Grok
io.github.apatilgtn/k8scortex-mcp
Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.
client:Grok
transport:stdio
runtime:npm
Install k8scortex mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"k8scortex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"k8scortex-mcp"
],
"env": {
"KUBECONFIG": "<KUBECONFIG>",
"DISABLE_AUTH": "<DISABLE_AUTH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs