Skip to main content
Theo works inside every major agentic IDE through the Model Context Protocol (MCP).

Quick Start

npm install -g @hitheo/sdk
export THEO_API_KEY=theo_sk_...
theo init
theo init automatically detects your IDEs and writes the correct MCP config.

Available Tools

Once configured, your IDE agent has access to:
ToolDescription
theo_completeGeneral AI completion — auto-routes to best engine
theo_codeCode generation — Theo Code engine, long-form output
theo_researchDeep research with citations
theo_imageImage generation — Theo Create engine
theo_documentDocument generation (PDF, DOCX, PPTX, XLSX, CSV)
theo_skill_listBrowse the skill marketplace
theo_skill_installInstall domain-specific skills
theo_statusCheck health and engine availability

Manual IDE Setup