A
licenseNot graded
qualityC
maintenanceProvides persistent memory for AI coding tools, allowing them to remember corrections, decisions, and preferences across sessions and different tools.
8 npm
2
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clear, distinct purpose: store, get, search, and delete. No overlap between them.
All tool names follow a consistent verb_noun pattern in snake_case: store_memory, get_memories, search_memory, delete_memory.
Four tools is appropriate for a memory management system, covering core CRUD operations plus search without being excessive.
Covers create, read, search, and delete. Missing an explicit update tool, but store_memory may be used for overwriting; still a minor gap.