ChatGPT's memory is OpenAI's. This one is yours.
Vendor memory vs. portable memory
Built-in memory optimizes for the vendor's surface: what ChatGPT knows about you improves ChatGPT and nothing else. If you use one tool for everything, that trade is fine. Most people building with AI in 2026 don't — they chat in one product, code in another, and run agents in a third.
A memory server flips the ownership. Facts live in a store with an API, a dashboard, scopes, and an audit log; ChatGPT becomes one of several clients reading and writing it. Tell ChatGPT about your project tonight, and your Claude Code session has it tomorrow morning.
Add it as a connector
ChatGPT connects to remote MCP servers as Connectors (paid plans; you may need to enable Connectors or developer mode first). The server URL is the same for everyone: you sign in while adding it, and can revoke it later from the dashboard:
https://mcp.kognite.dev/mcp- ✓Settings → Connectors → Add custom connector, paste the URL, then approve Kognite in the browser tab it opens. No secret in the URL, nothing to copy.
- ✓Enable the Kognite connector in a chat from the tools / Connectors menu.
- ✓Ask ChatGPT to “use the Kognite connector to remember / recall …” so it calls the tools rather than its own memory.
A memory with an inside you can see
- ✓Inspectable — every stored fact is visible, searchable, and deletable in the dashboard. No “what does it actually know about me?” mystery.
- ✓Structured — a knowledge graph with entities, relationships, and temporal edges, so recall can answer “who” and “when”, not just “something similar”.
- ✓Cross-vendor — the same store serves ChatGPT, Claude Desktop, Claude Code, Cursor, VS Code, Zed, Windsurf, and JetBrains AI. Eight documented setups, one URL each.
- ✓Yours to take — REST API and TypeScript/Python SDKs mean the memory outlives any one subscription.
Common questions
Does this replace ChatGPT's built-in memory?
Do I need a paid ChatGPT plan?
Is the token-in-URL safe?
What happens if I stop using ChatGPT?
Stop re-introducing yourself to every model.
One connector in ChatGPT, one URL in each coding tool — one memory across all of them. Free tier included.