memory-as-history
Related Servers
Alternatives to memory-as-history
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceProvides a drop-in MCP memory server over stdio using a local SQLite store, enabling agents to store, search, and audit memory with provenance, scoped access, and contradiction tracking without requiring API keys, LLMs, or embedding providers.142 npm15Apache 2.0
- AlicenseNot gradedqualityBmaintenanceA local-first MCP server providing persistent, layered memory (episodic, semantic, procedural, resource) for AI agents, with search, versioning, and session management via a single SQLite file.54 npm3MIT
- AlicenseNot gradedqualityBmaintenanceA local-first MCP memory server providing persistent, searchable memory for AI agents, powered by SQLite.1 npm1Apache 2.0
- AlicenseAqualityBmaintenanceA local MCP memory server for AI agents to manage memory with evidence-backed, versioned mutations, using SQLite with FTS5 for storage and search.6Apache 2.0
- AlicenseNot gradedqualityBmaintenancePersistent memory MCP server for AI agents, featuring a visual interface to browse, search, edit, and delete memory. It provides tools for capturing episodes, recalling, consolidating, crystallizing traits, and forgetting, with local SQLite storage and optional authenticated web UI.MIT
- AlicenseAqualityDmaintenanceA SQLite-backed MCP memory server providing persistent memory storage with full-text search and knowledge graph capabilities for AI assistants.129 npmMIT
TDQS
Scored across 15 tools
Every tool has a clearly distinct purpose: storage (remember), consolidation (promote), anchoring (pin/unpin), forgetting (forget/restore), retrieval (recall/search), narrative (narrate/current_narrative), evidence (corroborate/provenance), audit (audit_log), and queue (due_for_consolidation). No two tools overlap in function; even recall and search are differentiated by semantic mode.
All tool names follow a consistent lowercase snake_case pattern, using descriptive verbs or verb-noun pairs (e.g., flag_sensitive, current_narrative, due_for_consolidation). The style is uniform and predictable, with no camelCase or mixed conventions.
15 tools is well-scoped for a memory management system covering lifecycle, evidence, narrative, and audit. Each tool serves a distinct function, and the count feels justified given the domain's complexity without being excessive.
The toolset has significant gaps: several tools referenced in descriptions are missing from the server (review(), mark_conflict(), list_anchors(), review_narrative()). There is also no update/edit operation for existing memories, and the lack of these referenced tools could cause agent failures when following the documented workflows.