k8scortex mcp for Cursor
io.github.apatilgtn/k8scortex-mcp
Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.
client:Cursor
transport:stdio
runtime:npm
Install k8scortex mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"k8scortex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"k8scortex-mcp"
],
"env": {
"KUBECONFIG": "<KUBECONFIG>",
"DISABLE_AUTH": "<DISABLE_AUTH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs