orchestrator-mcp

ovrlust/orchestrator-mcp
★ 0 stars Python AI/LLM Updated 2d ago
MCP server for the orchestrator → cheap-worker pattern: Claude plans & validates, cheap models (deepseek) do the grind — sub-agents, bulk transforms, validators, context protection.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install orchestrator-mcp

README Excerpt

**An MCP server for the orchestrator → cheap-worker pattern.** Claude (smart, expensive) plans and validates; a swarm of cheap external models (deepseek via grind — without filling Claude's context with the files they read. ```mermaid flowchart LR U([You]) --> C{{"Claude<br/>orchestrator"}} C -.->|big job| D["orchestrator-driver<br/>Claude sub-agent"]

Tools (1)

ask_model