telexed ~ c / 308622cc-5c2radar:50 · agent_toolLIVE
← back
NO.
#308622cc
Topic
AGENTS & TOOLS
Source
Hacker News · MCP Server
Published
2025-10-08 14:28:06
Importance
★ 5/10 — radar 50

`Recall`: persistent memory MCP server for `Claude` with Redis

Stops repeated setup at every new chat. Redis plus semantic retrieval adds cross-session memory that is practical for long-running coding work today.

[ KEY POINTS ]
  1. Built with the MCP SDK, Redis, and text-embedding-3-small; it claims sub-second search on 10k+ memories.
  2. Workspace isolation separates project context, while global memories and relationships keep reusable decisions and patterns accessible.
  3. It exposes 27 tools and 10 memory types, so this is closer to a full memory layer than a thin notes plugin.
  4. Planned Docker, CI, tests, and better logging matter because memory tooling is only useful if deployment and failure modes stay boring.
Originalwww.npmjs.com/package/@joseairosa/recallRead original →

// related