Memento-cmp
JSON →A Three-Layer Memory Architecture for LLMs (Redis + Postgres + Vector) MCP
Install
npx vitest로 Tools · 3
- remember Store important information as atomic fragments (fact, decision, error, preference, procedure, relation, episode). When MEMENTO_REMEMBER_ATOMIC=true, quota check and INSERT are atomic in a single transaction.
- recall Retrieve relevant memories using keyword + semantic 3-layer search. SearchScope (workspace/caseId/affect) is consistently applied across L1-L3 layers.
- context Automatically restore core context at session start.
Environment variables
DATABASE_URLYOUR_ACCESS_KEYMEMENTO_CLI_KEY
Links
★ 113 GitHub stars