Skip to main content
theo mcp install [--ide <name>]
Writes the MCP server configuration for detected or specified IDEs.

IDE Options

IDEFlagConfig 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 allAll of the above

Examples

# 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