A
licenseNot graded
qualityD
maintenanceAn MCP server that gives Claude persistent memory by storing conversation context, entities, and enabling semantic search across sessions.
13 npm
1
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct, non-overlapping purpose: clearing all memory, retrieving context, and saving a turn. No ambiguity.
All tool names follow a clear verb_noun pattern with underscores: clear_memory, get_context, save_turn. Fully consistent.
With 3 tools, the set is minimal but appropriate for a focused memory management server, covering essential operations. Slightly thin but not problematic.
Covers basic lifecycle: create (save_turn), read (get_context), delete all (clear_memory). Missing update or selective delete functionality, which may be needed for finer control.