Skip to content

Total Recall

Free

by MCP Community

Portable MCP server giving AI agents persistent, verified, cross-session memory

v0.3.0Added Apr 12, 2026
mcpai-memorysqliteclaudetotal-recall
Works with:ClaudeGPTGeminiCopilot

Total Recall MCP Server

Portable MCP server giving AI agents persistent, verified, cross-session memory

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @avi-total-recall/total-recall
Add to claude_desktop_config.json
{
  "mcpServers": {
    "total-recall": {
      "command": "npx",
      "args": ["-y", "@avi-total-recall/total-recall"]
    }
  }
}