MCP Directory

weibaohui/kom

GitHub
Cloud

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y kom

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from weibaohui/kom your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route weibaohui/kom intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add kom

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use weibaohui/kom directly without routing

npx -y kom

New to Agent-CoreX? View setup guide →

weibaohui/kom MCP Server — Agent-CoreX