#0001
`Recall`: persistent memory MCP server for `Claude` with Redis
50radar
RecallMCP server — Redis-backed cross-session memory
Stops repeated setup at every new chat. Redis plus semantic retrieval adds cross-session memory that is practical for long-running coding work today.
- Built with the MCP SDK,
Redis, andtext-embedding-3-small; it claims sub-second search on 10k+ memories. - Workspace isolation separates project context, while global memories and relationships keep reusable decisions and patterns accessible.
- It exposes 27 tools and 10 memory types, so this is closer to a full memory layer than a thin notes plugin.
- Planned
Docker, CI, tests, and better logging matter because memory tooling is only useful if deployment and failure modes stay boring.
Source: www.npmjs.com/package/@joseairosa/recallRead original →