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

Installation

npx -y kom

Configuration

{
  "mcpServers": {
    "kom": {
      "command": "npx",
      "args": ["-y", "kom"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub