mcp-k8s-eye is a tool that can manage kubernetes cluster and analyze workload status.
- Go 1.23 or higher
- kubectl configured
# clone the repository
git clone https://github.com/wenhuwang/mcp-k8s-eye.git
cd mcp-k8s-eye
# build the binary
go build -o mcp-k8s-eye
{
"mcpServers": {
"kubernetes": {
"command": "YOUR mcp-k8s-eye PATH",
"env": {
"HOME": "USER HOME DIR"
},
}
}
}
HOME ENV is used to set the HOME directory for kubeconfig file.
- Connect to a Kubernetes cluster
- Pod management capabilities (list, get, exec, logs, delete)
- Deployment management capabilities (list, get, scale, delete)
- Service management capabilities (list, get, delete)
- StatefulSet management capabilities (list, get, delete)
- DaemonSet management capabilities (list, get, delete)
- Ingress management capabilities (list, get, delete)
- Node management capabilities (list, get, delete)
- Analyze pods
- Analyze services
- Analyze deployments
- Analyze statefulsets
- Analyze daemonsets
- Analyze ingress
- Analyze nodes
- Analyze cluster