Back to MCP Servers
Kom
Provides MCP multi-cluster Kubernetes management and operations. It can be integrated as an SDK into your own project and includes nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
cloud-platformskubernetes
By weibaohui
Installation
npx -y komConfiguration
{
"mcpServers": {
"kom": {
"command": "npx",
"args": ["-y", "kom"]
}
}
}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