ai-router

su6i/ai-router
★ 0 stars Python AI/LLM Updated today
Cost-aware LLM router for multi-agent workflows: routes each task to the cheapest capable model (Gemini/DeepSeek/Grok/Claude), with MCP server, budget tracking and per-call cost auditing.
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": {
    "ai-router": {
      "command": "uvx",
      "args": [
        "ai-router"
      ]
    }
  }
}

Or install with pip: pip install ai-router