mnemo-mcp
Related Servers
Alternatives to mnemo-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceProvides persistent long-term memory for AI agents with semantic search and activation-based decay. Enables AI systems to remember across sessions through layered memory architecture and automatic context-aware retrieval.12 npmMIT
- FlicenseNot gradedqualityBmaintenanceUniversal memory for AI agents and tools. Save, organize and search context anywhere.2-
- AlicenseNot gradedqualityAmaintenanceOpen-source persistent memory infrastructure for AI agents.92 npm323Apache 2.0
- AlicenseAqualityAmaintenanceProvides persistent, searchable memory for AI agents, enabling them to retain, recall, and reflect on information across conversations.1917 PyPI1MIT
- AlicenseAqualityCmaintenanceSmart memory for AI agents. Solves the Karpathy problem: memories decay, topics are frequency-weighted, one-time questions don't become obsessions. 7 tools. Zero deps.46 npm2MIT
- AlicenseNot gradedqualityCmaintenanceA portable, self-hosted semantic memory layer for LLM agents, enabling them to search and add memories by meaning over the Model Context Protocol.2MIT
TDQS
Scored across 8 tools
Each tool targets a distinct memory operation: storage (remember, remember_batch), retrieval (recall, inspect), modification (update, bump, decay), and deletion (forget). No overlapping purposes.
Most tools use single verbs (bump, decay, forget, inspect, recall, remember, update) which is consistent, but remember_batch breaks the pattern with a compound name. Minor deviation.
Eight tools cover all core memory lifecycle operations (CRUD plus weight management and batch storage) without being excessive. Well-scoped for a memory management system.
Covers create, read, update, delete, weight manipulation, and batch operations. Minor gap: no explicit listing of all memories without a semantic query, but semantic recall may suffice for typical use.