Back to MCP Servers
K8m
Provides MCP multi-cluster Kubernetes management and operations, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
cloud-platformskubernetes
By weibaohui
Installation
npx -y k8mConfiguration
{
"mcpServers": {
"k8m": {
"command": "npx",
"args": ["-y", "k8m"]
}
}
}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