Kubernetes
🏗️ Infrastructure
Manage Kubernetes clusters in natural language: inspect, deploy, scale and troubleshoot through kubectl and Helm. Paste your kubeconfig; destructive tools can be switched off.
Tags
Tools (26)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": [
"-y",
"mcp-server-kubernetes@4.1.4"
],
"env": {
"KUBECONFIG_YAML": "your-kubeconfig-yaml-here",
"K8S_CONTEXT": "my-cluster",
"ALLOW_ONLY_NON_DESTRUCTIVE_TOOLS": "true"
}
}
}
}