Back to Apps

Recall
by joseairosa
Self-hostable datastore for memories to share with AI models, featuring SQLite storage and tagged retrieval.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Recall provides a self-contained, self-hostable datastore designed to act as a long-term memory layer for AI models. It allows users to store, organize, and retrieve personal memories and data, ensuring that AI assistants have consistent context across sessions through a reliable SQLite-based backend.
Tools
add_memory: Store a new memory entry with optional tags.search_memories: Retrieve memories based on keywords or tags.list_memories: Browse stored memories.delete_memory: Remove specific memory entries from the datastore.
Installation
Download the binary from the releases page and add it to your MCP configuration:
{
"mcpServers": {
"recall": {
"command": "recall",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
recall mcpInformation
- Pricing
- free
- Published
- 4/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add 'recall mcp' as a stdio server in Cursor MCP settings.Claude Desktop
{
"mcpServers": {
"recall": {
"command": "recall",
"args": ["mcp"]
}
}
}





