
mcp-kubernetes
Supports UIby Azure
Enable AI assistants to interact with Kubernetes clusters, translating natural language into kubectl operations.
What it does
Acts as a bridge between AI tools and Kubernetes, allowing assistants to query resources, execute kubectl commands, and diagnose cluster states using natural language.
Tools
call_kubectl: A unified tool that executes any valid kubectl command (e.g., 'kubectl get pods -n default').call_helm: (Optional) Manage Kubernetes applications via Helm.call_cilium: (Optional) Run Cilium CNI commands for networking.call_hubble: (Optional) Network monitoring and debugging via Hubble.
Installation
{
"mcpServers": {
"kubernetes": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src=~/.kube/config,dst=/home/mcp/.kube/config",
"ghcr.io/azure/mcp-kubernetes"
]
}
}
}
Supported hosts
Confirmed for Claude, Cursor, and GitHub Copilot.
Quick install
docker run -i --rm --mount type=bind,src=~/.kube/config,dst=/home/mcp/.kube/config ghcr.io/azure/mcp-kubernetesInformation
- Pricing
- free
- Published
- 5/1/2026
- stars






