ocm-mcp-server

sandeepbazar/ocm-mcp-server
★ 20 stars Python AI/LLM Updated today ✗ Risk
An MCP server that lets AI agents operate a multi-cluster Kubernetes fleet through an Open Cluster Management hub, with policy, approval, and audit between the model and your clusters.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ocm-mcp-server": {
      "command": "uvx",
      "args": [
        "ocm-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ocm-mcp-server