Claude Recall
MCP Serverby nhevers · Added 5mo ago
Claude
391
Install
git clone https://github.com/nhevers/moltbrainAdd to Claude
claude mcp add nhevers-moltbrainQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"claude-recall": {
"command": "npx",
"args": [
"@modelcontextprotocol/claude-recall"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Persistent memory system for Claude Code that automatically captures session context, stores observations in SQLite with vector search, and injects relevant history into future coding sessions to maintain continuity across development workflows.
Tags
Databasesmcp-serverdatabaseai