A
licenseA
qualityC
maintenanceEnables AI assistants to store, search, and manage memories, chat history, and uploaded files via the MemoryPlugin API.
13
26 npm
1
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct operation: create (store), read (get/search), update, and delete. There is no overlap between retrieving by ID, searching, storing, updating, or deleting.
All tool names follow the same verb_noun pattern: memory_get, memory_delete, memory_store, memory_search, memory_update. Consistent and predictable.
Five tools is well-scoped for a memory server. It covers all core operations without unnecessary bloat or missing essentials.
The tool set provides full CRUD coverage (store, get, update, delete) plus search, which is the complete lifecycle for a memory service. No obvious gaps.