yunikorn-mcp-server

frenoid/yunikorn-mcp-server
★ 2 stars Python 🤖 AI/LLM Updated 2d ago
Make Yunikorn accessible to AI agents! Queues, partitions, applications, and nodes become readable to LLMs.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

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