MCP server giving Claude Code (and any MCP client) persistent, selective, auto-curated memory per project. Memory lives inside <repo>/.recall/. Hybrid search (BM25 + sqlite-vec). 3 privacy modes (shared/encrypted/private).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"recall": {
"command": "npx",
"args": [
"-y",
"NetziTech/recall"
]
}
}
}
Run in terminal:
claude mcp add recall npx -y NetziTech/recall
Add to .cursor/mcp.json:
{
"mcpServers": {
"recall": {
"command": "npx",
"args": [
"-y",
"NetziTech/recall"
]
}
}
}