A
licenseC
qualityA
maintenanceLocal-first, governable long-term memory for AI agents. Provides SQLite-backed storage, cross-session recall, and traceable memory corrections through a standard MCP interface.
40
1
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clearly distinct role: remember writes/upserts, recall searches/reads, link creates relationships, and forget deletes. There is no overlap or ambiguity between the four operations.
All tool names are single lowercase verbs that directly describe their action: remember, recall, link, forget. The naming pattern is uniform and predictable.
Four tools cover the core memory operations without redundancy or bloat. This is a well-scoped set for a persistent memory server.
The set provides full lifecycle coverage: create/update via remember, read via recall, delete via forget, plus relation management via link. No essential memory operation is missing.