Mem0 MCP Server
by pinkpixel-dev
Persistent long-term memory system for AI agents, enabling recall of user preferences and context across sessions.
What it does\nMem0 MCP Server integrates the Mem0.ai memory layer into AI assistants. It allows agents to store, retrieve, and manage persistent memories associated with specific users, sessions, or applications, solving the problem of short-term context windows.\n\n## Tools\n- add_memory: Stores a piece of text content as a memory for a specific user.\n- search_memory: Performs a semantic search over stored memories to retrieve relevant context.\n- delete_memory: Removes a specific memory by its ID.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "mem0-mcp": {\n "command": "npx",\n "args": ["-y", "@pinkpixel/mem0-mcp"],\n "env": {\n "MEM0_API_KEY": "YOUR_API_KEY",\n "DEFAULT_USER_ID": "user123"\n }\n }\n }\n}\n\n\n## Supported hosts\nConfirmed support for Claude Desktop, Cursor, and other MCP-compatible clients.
Quick install
npx -y @pinkpixel/mem0-mcpInformation
- Pricing
- freemium
- Published
- 4/20/2026
- stars






