One memory layer for Claude, ChatGPT, and every AI you build. Your AI finally remembers.
Architecture aligned with Dec 2025 AI memory research2 minute setup • No credit card • Works across all your AI tools
Sync your AI tools and never repeat yourself again. Tell Claude once, ChatGPT remembers too.
Register in seconds - no credit card required.
curl -X POST https://api.mymemoryos.com/api/v1/register \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com", "name": "Your Name"}'
Add this to your Claude Desktop config file:
{
"mcpServers": {
"memoryos": {
"command": "npx",
"args": ["-y", "@thriveventurelabs/memoryos-mcp"],
"env": {
"MEMORYOS_API_KEY": "your-key-here"
}
}
}
}
Config location: ~/Library/Application Support/Claude/claude_desktop_config.json
Restart Claude and try these:
One memory, every AI. Same setup works with ChatGPT and any MCP-compatible assistant. Your memory follows you.
For personal use, for your app, or for enterprise - pick what fits.
Give Claude and ChatGPT persistent memory across all conversations. Zero code required.
npx @thriveventurelabs/memoryos-mcp
Add memory to your app with a few lines of code. Full TypeScript support.
npm install @thriveventurelabs/memoryos-sdk
import { MemoryOS } from '@thriveventurelabs/memoryos-sdk';
const memory = new MemoryOS({ apiKey: 'mos_live_xxx' });
await memory.store({ content: 'User prefers dark mode' });
const results = await memory.search('preferences');
Direct API access for any language or platform. Full control over your data.
https://api.mymemoryos.com/api/v1
Our architecture is validated by the latest research on AI memory systems.
"The natively stateless nature of LLMs renders each inference independent, preventing models from maintaining cross-session continuity."
"Current agents are excellent processors but fundamentally stateless. Active vs passive memory - agents find things rather than know things."
We're building towards a world where you own your AI memory - and choose who gets access.
Your memory lives in your account. Export anytime. Delete anytime. No lock-in.
Grant access to apps you trust. Your fitness coach knows your goals. Your AI doctor knows your history.
Switch apps, switch AI providers - your memory comes with you. No more starting over.
Think "Sign in with Google" - but for your AI memory. Apps request access, you approve. Revoke anytime. Your data, your rules.
Your AI memory is now portable. Sign in to apps with your Memory OS account and they get instant access to your context - with your permission.
Memory OS powers 5 live AI applications today.
Mental Wellbeing
Investment Research
AI Investment Advisor
UK Micro-Business
AI Coaching
Your agent can self-signup, get an API key, and start remembering - all in one API call. No human in the loop.
curl -X POST https://api.mymemoryos.com/api/v1/agent-signup \
-H "Content-Type: application/json" \
-d '{
"agent_name": "my-agent",
"platform": "openclaw"
}'
Or install from ClawHub:
clawhub install memoryos