A
licenseNot graded
qualityB
maintenanceLocal-first MCP server that persists AI coding agent memory and session context, enabling seamless resume across sessions with searchable memories and checkpoints.
7 npm
1
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool targets a distinct operation on memos: get retrieves, list enumerates, set saves, delete removes. There is no overlap or ambiguity between them.
All tools follow the consistent pattern memo_<verb> (get, list, set, delete). The naming is uniform and predictable.
Four tools is a well-scoped count for a simple memo/context storage service. Each tool is necessary and none are redundant.
The tool surface covers the full lifecycle of memos: create (set), read (get), list, and delete. No obvious missing operations for the stated purpose.