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.
Need to share beyond your own account? A room (Beta) is a memory pool shared across accounts — members address it as xroom:<room_id> in the same write/read calls.
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-server@latestOption 3: One-click connector (Claude Desktop / claude.ai, ChatGPT, editors)
Add a custom connector with this URL — OAuth sign-in, no key to paste (how):
https://mcp.mnemoverse.com/mcpOption 4: REST API (direct HTTP for curl/SDK — not an MCP connector URL)
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: