MCP Server for kubernetes management and analyze workload status
mcp-k8s-eye is a tool that can manage kubernetes cluster and analyze workload status.
# 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": "YOUR HOME DIR"
},
}
}
}