What a connection gives your tool
Every connected tool talks to the same context lake: one per user or team, holding your context graphs (Personal, Teams, Agents). Agents read from one or many graphs and write to their own. The connection exposes four MCP tools. That’s the whole surface; your AI tool does no orchestration.Two ways to authenticate
- OAuth (Claude, Claude Code, ChatGPT): sign in through your browser once. No key to copy.
- API key (Cursor, Windsurf, Antigravity, generic clients): a bearer token you generate in the app’s connect guide. Each tool gets its own key so you can revoke them independently. The full value is shown exactly once.
Pick your tool
Claude Code
Install the plugin, sign in via /mcp. ~1 min, OAuth.
Claude
Add a custom integration in Settings. ~3 min, OAuth.
Cursor
One-click install or paste the config. ~2 min, API key.
ChatGPT
Create an app in ChatGPT settings. ~2 min, OAuth.
Windsurf
Paste the config and restart. ~2 min, API key.
Antigravity
Direct SSE connection with header support. ~2 min, API key.
Any MCP client
Streamable HTTP or legacy SSE. ~2 min, API key.