Back to MCP Servers
K8s Eye
MCP Server for kubernetes management, and analyze your cluster, application health
cloud-platformskubernetes
By wenhuwang
Installation
npx -y mcp-k8s-eyeConfiguration
{
"mcpServers": {
"mcp-k8s-eye": {
"command": "npx",
"args": ["-y", "mcp-k8s-eye"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes