Skip to content

MnemoverseOne Memory. Every AI Tool.

Your AI remembers — preferences, decisions, lessons — across Claude, ChatGPT, Cursor, and any tool. One API key. Zero setup friction.

How It Works

text
                    ┌── Claude Code (MCP)
                    ├── Claude Desktop (MCP)
                    ├── Cursor / VS Code (MCP)
   Mnemoverse API ──├── ChatGPT (Actions)
   (one memory)     ├── Python SDK
                    └── REST API / Your app

Write a memory in Claude Code. Read it in ChatGPT. Same API key, same memories, everywhere.


Quick Start

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)

bash
claude mcp add mnemoverse \
  -e MNEMOVERSE_API_KEY=mk_live_YOUR_KEY \
  -- npx -y @mnemoverse/mcp-memory-server

Option 3: REST API

bash
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.


Learn More


From the Library

Field notes on AI agent memory — start here, then browse the full Library: