Skip to content

MCP Server ​

npm versionMCP RegistryLicense: MIT

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 ​

How It Works ​

Your AI tool ←stdioβ†’ @mnemoverse/mcp-memory-server ←HTTPSβ†’ core.mnemoverse.com

The 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:

ToolWhat it does
memory_writeStore a preference, decision, or lesson
memory_readSearch memories by natural language query
memory_feedbackReport if a memory was helpful (+1) or wrong (-1)
memory_statsCheck how many memories are stored
memory_deletePermanently delete a single memory by atom_id
memory_delete_domainWipe 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 / REST

Write a memory in Claude Code β†’ Cursor reads it. Learn something in VS Code β†’ ChatGPT knows it.

Configuration ​

VariableRequiredDefault
MNEMOVERSE_API_KEYYesβ€”
MNEMOVERSE_API_URLNohttps://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