A
licenseNot graded
qualityD
maintenanceAn MCP server that provides memory management tools for AI agents, enabling adding, searching, updating, and deleting memories via the Mem0 API.
9 npm
MIT
No user-submitted related servers found.
Scored across 6 tools
Each tool has a distinct purpose: creating, deleting, listing metadata, reading multiple, reading single, and updating memories. No overlap.
All tools follow a consistent verb_noun pattern in snake_case (e.g., create_memory, list_memories). The plural/singular distinction for read_memories vs read_memory is appropriate.
6 tools is a well-scoped set covering full CRUD plus list and batch read operations. Not too few or too many.
The set provides complete lifecycle management for memories: create, read (single and batch), update, delete, and list metadata. No obvious gaps.