memory-mcp-lite
Related Servers
Alternatives to memory-mcp-lite
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA persistent memory server that stores and retrieves atomic coding insights like architectural decisions and debugging patterns for AI agents. It enables agents to maintain institutional knowledge across sessions using semantic search and local SQLite storage.6 npm11MIT
- AlicenseAqualityBmaintenanceProvides persistent cross-session memory and full-text search for AI coding assistants, storing project context, decisions, and preferences while enabling searchable access to conversation history via local SQLite.81MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI coding assistants with persistent project memory to retain architectural decisions, code patterns, and domain knowledge across sessions. It stores data locally in a SQLite database, allowing agents to remember, recall, and manage project-specific context using full-text search.11 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceA lightweight server that provides persistent memory and context management for AI assistants using local vector storage and database, enabling efficient storage and retrieval of contextual information through semantic search and indexed retrieval.2MIT
- FlicenseNot gradedqualityDmaintenancePersistent memory MCP server for AI coding agents. Stores, searches, and retrieves context across sessions using SQLite and FTS5.-
- AlicenseNot gradedqualityBmaintenanceA lightweight, powerful local memory server for AI agents supporting text, entities, and relations. Enables persistent codebase understanding and user preference management.48 npm55MIT
TDQS
Scored across 9 tools
Each tool targets a distinct scope or action: summaries by level (global/project/task), retrieval (search vs detail), and persistence (fact vs decision vs summary upsert). No two tools have ambiguous boundaries.
All tool names follow a consistent verb_noun pattern in snake_case (get_*, search_*, remember_*, upsert_*). The naming is predictable and clearly conveys each tool's purpose.
With 9 tools, the server covers reading (3), searching (1), retrieving (1), remembering (2), and updating (2) summaries. This is well-scoped for a lightweight memory system.
The tool set covers the core memory operations: read summaries at three levels, search, detail retrieval, and persist facts/decisions/summaries. Minor omission: no upsert_global_summary, but the domain is 'lite' and the gap is acceptable.