Kubernetes MCP Server
Interface UIpar reza-gholizade
Securely execute Kubernetes commands via Claude using kubectl, helm, istioctl, and argocd.
What it does
K8s MCP Server provides a secure bridge between AI assistants and Kubernetes clusters. It allows LLMs to interact directly with cluster resources, manage deployments, and troubleshoot infrastructure using standard CLI tools within a containerized environment.
Tools
- kubectl: Execute standard Kubernetes command-line operations.
- helm: Manage Kubernetes applications and releases via Helm charts.
- istioctl: Manage and troubleshoot Istio service mesh configurations.
- argocd: Interact with ArgoCD for GitOps-based continuous delivery.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kubernetes": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/Users/YOUR_USER_NAME/.kube:/home/appuser/.kube:ro",
"ghcr.io/alexei-led/k8s-mcp-server:latest"
]
}
}
}
Supported hosts
- Claude Desktop
Installation rapide
docker run -i --rm -v ~/.kube:/home/appuser/.kube:ro ghcr.io/alexei-led/k8s-mcp-server:latestInformations
- Tarification
- free
- Publié
- 4/12/2026
- étoiles






