Back to MCP Servers
YourMemory
Persistent memory for AI agents with Ebbinghaus forgetting-curve decay, hybrid BM25+vector retrieval, and entity graph for multi-hop reasoning. Memories auto-prune by importance and recall rate. Built-in browser dashboard, multi-agent support, and `yourmemory ask` for zero-API-c…
knowledge-memorybrowserapiaiagent
By sachitrafa
Installation
pip install yourmemoryConfiguration
{
"mcpServers": {
"YourMemory": {
"command": "npx",
"args": ["-y", "YourMemory"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes