Tutorials
These tutorials show full AIProfile workflows from setup through the first useful MCP interaction.
Available tutorials
- Claude: npm person profile: use a source checkout and npm scripts to connect Claude through ngrok, authorize it with an OAuth grant, ingest a synthetic person profile, and ask a memory-backed question.
- ChatGPT: npx company profile: use
npxwithout cloning the repository, connect ChatGPT Developer Mode through ngrok, ingest a synthetic company profile, and ask a memory-backed question.
Before you start
If this is your first time running AIProfile, start with the Quick Start, NPX Usage, and Model Setup guides. The tutorials call out whether they use a source checkout with npm scripts or the published package through npx.