Description

kom 是一个用于 Kubernetes 操作的工具,SDK级的kubectl、client-go的使用封装。并且支持作为管理k8s 的 MCP server。

Installation

npx -y kom-k8s
npm install kom-k8s
git clone https://github.com/weibaohui/kom

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "kom-kubernetes-operations-manager": {
      "command": "npx",
      "args": [
        "-y",
        "kom-k8s"
      ]
    }
  }
}