
YourMemory
Supports UIby sachitrafa
Agentic AI memory with biological decay, combining vector, BM25, and graph retrieval for human-like recall.
What it does
YourMemory provides AI agents with a persistent memory layer that mimics the human brain's forgetting curve. Instead of just storing everything, it uses Ebbinghaus decay to ensure important facts stick while outdated or irrelevant information fades over time, preventing context window clutter.
Tools
recall_memory: Retrieves relevant memories using a hybrid of vector similarity, BM25, and graph expansion, with spatial boosts for specific file paths.store_memory: Embeds and saves new information with an assigned importance score and category to determine its decay rate.update_memory: Refreshes outdated memories, maintaining an audit trail of changes.
Installation
Install via pip:
pip install yourmemory
Add to claude_desktop_config.json:
{
"mcpServers": {
"yourmemory": {
"command": "yourmemory"
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, Cline (VS Code), Cursor, and Windsurf.
Quick install
pip install yourmemoryInformation
- Pricing
- free
- Published
- 5/6/2026
- stars





