A
licenseNot graded
qualityD
maintenanceEnables AI clients to store and semantically recall durable memories across sessions and tools, with local-first privacy and no API key needed.
9 npm
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool has a clearly distinct purpose: delete by ID, list with filters, search by similarity/keywords, get stats, store new, update existing. No overlap.
All tools follow a consistent 'memory_verb' pattern in snake_case, making the operation immediately clear.
6 tools is well-scoped for a memory system, covering core operations without unnecessary bloat.
Covers CRUD (store, list, search, update, delete) plus stats. Minor gap: no explicit get-by-id, but list/search likely return full memory objects.