See It in Action
Tell one AI something. Open another AI. It already knows.
This takes about two minutes to set up and you will immediately see your AI tools sharing memory.
Create your free account
Sign up and grab your API key from the dashboard. This key connects your AI tools to your shared memory.
Tell one AI something
Pick any AI tool and tell it something about yourself or your project. Here are two easy options:
Option A: ChatGPT (Custom GPT)
Open our ready-made GPT. ChatGPT will prompt you to sign in to Reflect Memory on first use.
Open Reflect Memory GPTOption B: Claude (native connector)
Go to Claude.ai → Settings → Connectors → click + → paste this URL:
https://api.reflectmemory.com/mcp
Click Add. Claude will redirect you to sign in and approve the connection on the Reflect Memory dashboard.
Try saying:
“Save this to Reflect Memory: I'm building a project called [your project name] and I prefer TypeScript.”
Check your dashboard to see the memory appear.
Open a different AI and ask
Switch to a different AI tool (Claude, ChatGPT, Cursor, or Grok) and ask it about what you just saved. No setup needed on the second tool if you already connected it.
Try asking:
“What do you know about my project from Reflect Memory?”
Option C: Cursor (remote MCP)
Create a .cursor/mcp.json file in your project root and paste this:
{
"mcpServers": {
"reflect-memory": {
"url": "https://api.reflectmemory.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY with a key from your dashboard (API Keys section). Restart Cursor and it discovers all 7 memory tools automatically.
Option D: Grok or Gemini (Chrome Extension)
Install the Reflect Memory Chrome Extension, paste your agent key, and open grok.com or gemini.google.com. The extension automatically injects your memory context into new conversations.
The magic moment
It already knows. You never told it directly. That is Reflect Memory working.
From now on, every AI tool you connect shares the same memory. Tell one, they all know.
Things you can say to any connected AI:
• “Save this to Reflect Memory”
• “Write this memory for Reflect”
• “Reflect this memory”
• “Save this memory”
• “Pull the latest memory from Reflect”
• “What's in my Reflect Memory about [topic]?”
• “Search my memory for [keyword]”
• “Browse my recent memories”
• “Remember this for my other AI tools”
• “Check Reflect for context on [topic]”
What's next?
- Connect more AI toolsAdd Claude, Gemini, Grok, and n8n to your shared memory
- DocumentationFull API reference, memory types, and integration guides
- GitHubSource code, examples, and community contributions
