Claude Code & Claude apps
One command for the Claude Code CLI, or a one-click connector for the Claude Desktop, web, and mobile apps. Memory persists across every session.
Setup guide
Your AI remembers — preferences, decisions, lessons — across Claude, ChatGPT, Cursor, and any tool. One API key. Zero setup friction.
┌── Claude Code (MCP)
├── Claude Desktop (MCP)
├── Cursor / VS Code (MCP)
Mnemoverse API ──├── ChatGPT (Actions)
(one memory) ├── Python SDK
└── REST API / Your appWrite a memory in Claude Code. Read it in ChatGPT. Same API key, same memories, everywhere.
Option 1: Give your agent the docs (llms.txt standard)
https://raw.githubusercontent.com/mnemoverse/.github/main/llms.txt
Option 2: One command (Claude Code)
claude mcp add mnemoverse \
-e MNEMOVERSE_API_KEY=mk_live_YOUR_KEY \
-- npx -y @mnemoverse/mcp-memory-serverOption 3: REST API
curl -X POST https://core.mnemoverse.com/api/v1/memory/write \
-H "X-Api-Key: mk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"content": "User prefers Railway for deploys", "concepts": ["deploy", "railway"]}'Get your free API key at console.mnemoverse.com.
Field notes on AI agent memory — start here, then browse the full Library: