A
licenseNot graded
qualityB
maintenanceMCP server providing persistent, local-first memory for AI agents via Markdown files in a git repo, with search, branching, and auditability.
5 npm
2
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct operation: listing, searching, reading, viewing history, and viewing diffs. No two tools overlap in purpose.
Three tools follow a verb_noun pattern (list_memories, search_memories, read_memory), but history and diff are bare nouns, creating a mixed convention. Still readable but not fully consistent.
Five tools is a well-scoped size for a memory management server, providing essential read and inspection capabilities without unnecessary bloat.
The toolset is read-only, missing create, update, and delete operations for memories. Agents cannot modify the memory store, which is a significant gap for a management server.