A
licenseNot graded
qualityC
maintenanceAn MCP server that gives AI assistants persistent memory across conversations, storing and retrieving user preferences and behaviors using vector search.
6 npm
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools, save_memory and search_memory, have clearly distinct purposes: one writes a memory and the other reads/retrieves them. No overlap or ambiguity exists.
Both tool names follow a consistent verb_noun pattern (save_memory, search_memory), using the same resource noun. The naming is predictable and uniform.
With only two tools, the set is at the low end of what is reasonable. For a memory tracker, save and search are core operations, so the count is borderline but acceptable.
The server covers the primary create and read/search operations, but it lacks update, delete, or list-all functionality. These are significant gaps for a complete memory management lifecycle.