io.github.apatilgtn/k8scortex-mcp✓
io.github.apatilgtn/k8scortex-mcp · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.apatilgtn/k8scortex-mcp",
"description": "Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.",
"repository": {
"url": "https://github.com/apatilgtn/k8scortex-mcp",
"source": "github"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "k8scortex-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to your kubeconfig file. Defaults to ~/.kube/config if not set.",
"format": "string",
"name": "KUBECONFIG"
},
{
"description": "Set to 'true' to disable JWT authentication (recommended for local use).",
"format": "string",
"name": "DISABLE_AUTH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}