Skip to content

Add Total Recall — JavaScript MCP memory server#3718

Open
Avi-Bendetsky wants to merge 1 commit intomodelcontextprotocol:mainfrom
Avi-Bendetsky:add-total-recall
Open

Add Total Recall — JavaScript MCP memory server#3718
Avi-Bendetsky wants to merge 1 commit intomodelcontextprotocol:mainfrom
Avi-Bendetsky:add-total-recall

Conversation

@Avi-Bendetsky
Copy link
Copy Markdown

What

Adds Total Recall to the community servers list — a portable MCP memory server giving AI agents persistent, verified, cross-session memory.

Why

Total Recall is the only JavaScript/Node.js MCP memory server in the ecosystem. All existing memory servers (Mem0, Zep, Hindsight, mcp-memory-service) are Python-based. This fills a gap for the large JavaScript/TypeScript developer community using MCP.

Features

  • 30 MCP tools across 8 categories (session, knowledge, corrections, verification, context, tasks, delegation, system)
  • SQLite local storage with WAL mode — zero infrastructure, npm install and done
  • Cloud sync via Cloudflare D1 and Turso (SQLite-compatible cloud)
  • Chrome Extension providing memory to 10 AI chat platforms (claude.ai, ChatGPT, Gemini, etc.)
  • Behavioral learning engine — detects patterns from user behavior, suggests knowledge
  • Semantic search via TF-IDF — no API keys needed
  • Web dashboard at localhost:3777
  • 212 tests, CI passing, MIT license

Links

Total Recall is a portable MCP server giving AI agents persistent,
verified, cross-session memory. 30 tools across 8 categories,
SQLite local storage + cloud sync, Chrome Extension for 10 AI
chat platforms, behavioral learning engine, and web dashboard.

The only JavaScript/Node.js MCP memory server.

- npm: @avi-total-recall/total-recall
- GitHub: https://github.com/BAS-More/Total-Recall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant