Try It Integrate Research Vision
Sign In

Manage your account & connected apps

Works with Claude & ChatGPT

Universal Memory
for AI

One memory layer for Claude, ChatGPT, and every AI you build. Your AI finally remembers.

Architecture aligned with Dec 2025 AI memory research

2 minute setup • No credit card • Works across all your AI tools

Claude Desktop & Code
ChatGPT via MCP
Any AI via API/SDK
2 Minute Setup

Try It Yourself

Sync your AI tools and never repeat yourself again. Tell Claude once, ChatGPT remembers too.

1

Get Your API Key

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"}'
2

Add to Claude Desktop

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

3

Start Remembering

Restart Claude and try these:

  • "Remember that I prefer dark mode"
  • "What do you know about my preferences?"
  • "Search my memories for meeting notes"

One memory, every AI. Same setup works with ChatGPT and any MCP-compatible assistant. Your memory follows you.

Three Ways to Integrate

For personal use, for your app, or for enterprise - pick what fits.

Developers

NPM SDK

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');
  • TypeScript first
  • Semantic search
  • LLM context helper
Enterprise

REST API

Direct API access for any language or platform. Full control over your data.

https://api.mymemoryos.com/api/v1
  • Language agnostic
  • White-label ready
  • Self-host option
The Future

Your Memory, Your Control

We're building towards a world where you own your AI memory - and choose who gets access.

You Own It

Your memory lives in your account. Export anytime. Delete anytime. No lock-in.

You Share It

Grant access to apps you trust. Your fitness coach knows your goals. Your AI doctor knows your history.

It Follows You

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.

Already in Production

Memory OS powers 5 live AI applications today.

Pathfinder

Mental Wellbeing

WMG

Investment Research

Alpha Daily

AI Investment Advisor

Accounts

UK Micro-Business

Coach OS

AI Coaching

Available on ClawHub

Built for AI Agents

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

6 MCP Tools Included

store_memory
search_memories
get_context
get_memory
list_memories
delete_memory