✨ mem0 MCP Server: A memory system using mem0 for AI applications with model context protocl (MCP) integration. Enables long-term memory for AI agents as a drop-in MCP server.
✨ mem0 MCP Server: A memory system using mem0 for AI applications with model context protocl (MCP) integration. Enables long-term memory for AI agents as a drop-in MCP server.
Is it safe?
No known CVEs for @smithery/cli.
No authentication — any process on your machine can connect to this server.
MIT. View license →
Last scanned 0 days ago.
Is it maintained?
Last commit 2 days ago. 90 GitHub stars. 19,929 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
3 tools. Estimated ~900 tokens of your context window (0.4% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"mem0-mcp": {
"env": {
"MEM0_API_KEY": "YOUR_MEM0_API_KEY_HERE",
"DEFAULT_APP_ID": "your-app-id",
"DEFAULT_USER_ID": "user123",
"DEFAULT_AGENT_ID": "your-agent-id"
},
"args": [],
"command": "mem0-mcp",
"disabled": false,
"alwaysAllow": [
"add_memory",
"search_memory",
"delete_memory"
]
}
}
}This server supports HTTP transport. Be the first to test it — help the community know if it works.
add_memoryStores a piece of text content as a memory associated with a specific userId. Stores the provided text, enabling recall in future interactions.
search_memorySearches stored memories based on a natural language query for a specific userId. Retrieves relevant memories based on semantic similarity.
delete_memoryDeletes a specific memory from storage by its ID. Permanently removes the specified memory.
Last scanned just now
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.