For the full setup walkthrough — including hand-written config, per-IDE paths, and verification — see MCP / Install. This page is the CLI flag reference only.
CLI Reference
theo mcp install
Configure MCP for specific IDEs.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Welcome to Theo Docs — the AI orchestration API.
Configure MCP for specific IDEs.
theo mcp install [--ide <name>]
| IDE | Flag | Config Path |
|---|---|---|
| Cursor | --ide cursor | .cursor/mcp.json |
| Claude Code | --ide claude-code | .mcp.json or claude mcp add |
| Warp | --ide warp | .warp/mcp.json |
| Windsurf | --ide windsurf | ~/.codeium/windsurf/mcp_config.json |
| VS Code | --ide vscode | .vscode/mcp.json |
| All | --ide all | All of the above |
# Auto-detect and configure
theo mcp install
# Configure for a specific IDE
theo mcp install --ide cursor
# Configure all IDEs
theo mcp install --ide all
Was this page helpful?
