MCP Server β
Give any MCP-compatible AI tool persistent memory. One config β it never forgets again.
The @mnemoverse/mcp-memory-server npm package works with any tool that supports the Model Context Protocol. Listed on the Official MCP Registry β any MCP-aware client that browses the registry will find it there.
Pick Your Tool β
- Claude Code & Claude Desktop β one command for Claude Code, JSON config for Desktop
- Cursor, VS Code & Windsurf β JSON config per editor
- ChatGPT β GPT Actions (no MCP, direct API)
- Python SDK β
pip install mnemoversefor scripts and backends
How It Works β
Your AI tool βstdioβ @mnemoverse/mcp-memory-server βHTTPSβ core.mnemoverse.comThe MCP server runs locally via npx, communicates with your AI tool over stdio, and calls the Mnemoverse API over HTTPS. Your memories are stored server-side β accessible from any tool with the same API key.
Tools β
The server exposes 6 tools to your AI:
| Tool | What it does |
|---|---|
memory_write | Store a preference, decision, or lesson |
memory_read | Search memories by natural language query |
memory_feedback | Report if a memory was helpful (+1) or wrong (-1) |
memory_stats | Check how many memories are stored |
memory_delete | Permanently delete a single memory by atom_id |
memory_delete_domain | Wipe an entire domain (requires explicit confirm: true) |
See the Claude Code & Desktop page for detailed parameter docs and examples for each tool.
Universal Memory β
One API key. Every tool. Same memories.
βββ Claude Code / Desktop
Mnemoverse API βββββ Cursor / VS Code / Windsurf
(one memory) βββ ChatGPT (Custom Actions)
βββ Python SDK / RESTWrite a memory in Claude Code β Cursor reads it. Learn something in VS Code β ChatGPT knows it.
Configuration β
| Variable | Required | Default |
|---|---|---|
MNEMOVERSE_API_KEY | Yes | β |
MNEMOVERSE_API_URL | No | https://core.mnemoverse.com/api/v1 |
Get your API key at console.mnemoverse.com (free tier, no credit card).
Source Code β
MIT licensed: github.com/mnemoverse/mcp-memory-server