Documentation Index
Fetch the complete documentation index at: https://docs.3ngram.ai/llms.txt
Use this file to discover all available pages before exploring further.
Sign up
- Create your account at app.3ngram.ai/register.
- Complete the workspace setup in the 3ngram app.
Connect an MCP client
3ngram works through the Model Context Protocol (MCP). Use the same hosted MCP URL everywhere:We are working on adding 3ngram to the Claude and ChatGPT directories for one-click install. We will email users when those listings are live.
Claude.ai
- Open Settings → Connectors.
- Click Add custom connector.
- Enter:
- Name:
3ngram - URL:
https://mcp.3ngram.ai/mcp
- Name:
- Click Create and complete the 3ngram login when Claude opens the OAuth flow.
ChatGPT
- Open Settings → Apps. In newer workspaces this may appear as Settings → Apps & Connectors.
- Open Advanced settings and enable developer mode if Create app is hidden.
- Choose Create app.
- Enter:
- Name:
3ngram - MCP server URL:
https://mcp.3ngram.ai/mcp - Authentication: OAuth
- Name:
- Create the app and complete the 3ngram login when ChatGPT opens the OAuth flow.
Claude Code
In your terminal:Codex
In your terminal:~/.codex/config.toml and uses OAuth with Dynamic Client Registration.
For Cursor, Windsurf, and fuller verification steps, see 3ngram MCP.
Save your first memory
With 3ngram connected, ask your AI assistant to remember something. Use the client-specific invocation pattern so the assistant routes to 3ngram instead of its native memory.ChatGPT
Use/3ngram or @3ngram:
“@3ngram Remember that we chose PostgreSQL for the database.”
Claude
Use@3ngram or prefix the request with 3ngram::
“3ngram: Remember that we chose PostgreSQL for the database.”
Claude Code and Codex
Use the same explicit prefix in your project session:“3ngram: Remember this commitment due Friday: finish the API review.”3ngram stores the item with the right type, project tag, and scope when enough context is available.
Run onboarding
After connecting your first client, ask your AI tool:“Onboard me to 3ngram.”If your client supports explicit app mentions, use:
“Onboard me to @3ngram.”The onboarding prompt starts an interactive setup conversation and explains what 3ngram can do in the AI tool you are using.
Enforce 3ngram usage
Add a short custom instruction so your AI routes memory, commitment, decision, and blocker requests to 3ngram.- Claude.ai: Settings → General → Instructions for Claude
- ChatGPT: Settings → Personalization → Custom instructions
- Claude Code: add a line to the project
CLAUDE.md, or your globalCLAUDE.md - Codex: add the same pattern to the project
AGENTS.md, or your global agent instructions
Recall memories
Ask naturally:“3ngram: What do you remember about the database decision?”
“3ngram: What commitments do I have this week?”
“3ngram: Show me my open blockers.”3ngram uses semantic search, so you do not need exact keywords.
Use the core workflow
The fastest way to feel the product value is:- Start your session with
3ngram: Run my briefing. - Save decisions and commitments while you work.
- End the session with
3ngram: Run my debrief.
Next steps
3ngram MCP
Set up additional AI clients.
Memory types
Learn how 3ngram classifies work.
Memory tools
Learn the tools and how to use them naturally.
Prompt templates
Automate briefings, debriefs, and project context.