Mem0
Mem0's hosted MCP for long-term memory with semantic recall. Local repo archived; current path is the cloud-hosted server at mcp.mem0.ai/mcp.
Delv Safety Grade: B
Score 71/100 · assessed 2026-04-28
Mem0 is a venture-backed startup offering semantic memory as a managed service. The MCP server connects Claude to their cloud platform for persistent, searchable context across sessions. The local repository is archived, meaning all traffic routes through their hosted endpoint at mcp.mem0.ai. This is a deliberate architectural choice for a managed service, but it means you're dependent on their infrastructure and pricing. The permissions are reasonably scoped (memory read/write via API), but you're sending conversation context to a third-party cloud. Supply chain is weaker because there's no package to install or pin—just a hosted endpoint requiring an API key. Transparency is decent with open documentation, though the archived repo limits community review. No known incidents. Suitable for users comfortable with cloud-hosted memory who value multi-user scoping and semantic search over local-first privacy.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREEUser-memory store. Pure private-data sink.
Green flags
- Official vendor product with active company backing
- Multi-user memory scoping (useful for team or multi-context use)
- Semantic search over simple key-value (better recall than local memory)
- Clear documentation and integration guides
- No known security incidents or credential leaks
Red flags
- Local repo archived; all traffic to proprietary cloud endpoint
- No installable package; depends entirely on hosted service availability
- Conversation context sent to third-party cloud (Mem0's servers)
- Pricing and data retention policies controlled by vendor
- Limited community review due to closed-source hosted implementation
Permissions requested
Review
Install this if you want Claude to remember context across sessions and you're comfortable with a managed service. The user filtering makes it more useful than the official memory server for multi-user scenarios. Skip it if you need local-only storage or don't want another API dependency.
Good at
- User filtering lets you scope memories to specific users, which the official memory server doesn't support.
- Semantic recall works reliably — Claude retrieves relevant context without you needing to prompt for it explicitly.
- Managed service means you don't maintain storage infrastructure or worry about backup.
- Works across all major Claude hosts without host-specific quirks.
Watch out
- Requires a third-party API key and stores your data in Mem0's cloud, which might not suit privacy-sensitive workflows.
- No package manager install — you're cloning the repo and configuring paths manually.
- Dependent on Mem0's uptime and rate limits, so outages or throttling can block functionality.
- Free tier caps could hit quickly if you're storing memories aggressively across multiple projects.
Getting started
Works with
Similar MCPs
- MemoryPersistent memory graph for Claude. Survives across conversations - useful for personal assistants that need to remember facts about you and your projects.
- Knowledge Graph (Anthropic)Anthropic-built knowledge-graph MCP. Stores entities + relationships, persists across sessions, queryable via natural language.
- MilvusZilliz/Milvus official MCP. Lets agents store and query vectors against the Milvus engine for production-scale RAG.
- QdrantQdrant's official MCP. Use the vector DB as a semantic memory layer for your agent: store, search, retrieve.