Gives Claude persistent memory across sessions by storing and retrieving facts about users, preferences, and past interactions. You get two tools: recall pulls relevant context at the start of each turn, and advanced_augmentation saves durable facts after you respond. Memori hosts the backend, so you just need an API key and entity ID to identify your user. Evaluated on the LoCoMo benchmark at 81.95% accuracy while using under 5% of full context tokens. Useful when you're building agents that need to remember things between conversations without bloating your prompt with entire chat histories or managing your own vector store.
claude mcp add --transport stdio memorilabs-memori-mcp uvx memori-mcp