A
licenseNot graded
qualityC
maintenanceOpen-source MCP server for mem0 that enables memory storage and retrieval using local LLMs, self-hosted, and Docker-free.
Apache 2.0
No user-submitted related servers found.
Scored across 7 tools
Each tool targets a distinct operation: add, search, list, get by ID, update, delete, and bulk delete. The singular get_memory and plural get_memories are clearly differentiated by their descriptions.
All tools follow a consistent snake_case verb_noun pattern (e.g., add_memory, search_memories, delete_all_memories), with appropriate singular/plural forms matching their semantics.
Seven tools is well-scoped for a memory store, covering CRUD, search, and bulk deletion without redundancy or excessive granularity.
The surface provides full lifecycle coverage: create (add), read (list, get by ID, search), update, and delete (single and all). No obvious gaps for the stated purpose.