A
licenseNot graded
qualityC
maintenanceA persistent memory MCP server for Claude Code that enables long-term recall across sessions via hybrid search, code intelligence, and tools for reading/writing memory.
5 npm
1
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct memory operation: searching, recalling context, saving, ingesting index, and deleting. No overlaps.
All tools follow a consistent 'mem_' prefix with descriptive snake_case verbs (search, recall, save, ingest, forget).
With 5 tools, the set covers core memory lifecycle operations without being excessive or insufficient for the domain.
CRUD-like operations are present (save, search, recall, forget), and ingest handles index refresh. Lacks an explicit update tool, but save can potentially overwrite.