Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
MCP-k8s-eye: Manages Kubernetes clusters, analyzes workload status, and offers pod, deployment, and service management.
GitHub MCP Server enables advanced automation and interaction capabilities for developers and tools using Model Context Protocol.
mcp-k8s-eye is a tool that can manage kubernetes cluster and analyze workload status.
git clone https://github.com/wenhuwang/mcp-k8s-eye.git
cd mcp-k8s-eye
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.