remindb
An agentic memory database that cuts session tokens by 75–99%. One portable SQLite file — your agent's memory, anywhere.
remindb stores agentic memory in a single SQLite file. It parses notes into a structured tree with temperature tracking, enables efficient retrieval via FTS5 search, and supports versioning and summarization. This reduces token costs compared to re-reading raw files every session.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- SSutton KimMay 16, 2026
The agentic memory pattern — write what matters, retrieve what's relevant — is implemented cleanly here.
- RRowan JacksonApr 30, 2026
Token cost savings make context memory actually economical for production agent deployments.
- CCorey MartinezApr 24, 2026
75-99% session token reduction is real and significant for long-running agent workflows.
- EEllis LewisMar 26, 2026
Single portable SQLite file means memory travels with the project, no server to manage.
- QQuinn PatelMar 26, 2026
Works anywhere SQLite runs, which is everywhere. The portability is the key feature.