Skip to content

Add Total Recall — JavaScript MCP memory server - #3718

Closed
Avi-Bendetsky wants to merge 1 commit into
modelcontextprotocol:mainfrom
BAS-More:add-total-recall
Closed

Add Total Recall — JavaScript MCP memory server#3718
Avi-Bendetsky wants to merge 1 commit into
modelcontextprotocol:mainfrom
BAS-More: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
@olaservo

Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 2026
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.

2 participants