theoai

hitheoai/theoai
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Theo AI — the orchestration API. One API key, every AI capability. SDK, CLI, MCP server for IDE agents (Cursor, Claude Code, Warp, Windsurf, VS Code), and channel adapters for Telegram & WhatsApp. Intent classification, multi-model routing, skills marketplace, and tool execution — all in one call.
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": {
    "theoai": {
      "command": "npx",
      "args": [
        "-y",
        "hitheoai/theoai"
      ]
    }
  }
}