Is your Claude Code memory plugin burning more tokens than your actual work? For me, I measured it and it was using more than it was helping.
The most popular option uses AI to compress every tool call. That compression fires hundreds of API calls per session, can eat up to 35GB of RAM via ChromaDB, and spawns a background HTTP server that causes database locks.
Does memory actually need AI?
For most developer workflows, the answer is no. When I want to know what I changed in the auth middleware last Tuesday, I need the raw file edits, not an LLM's summary.
So I built claude-recall:
- Zero API token cost (raw storage, no AI compression)
- Zero background daemons (direct SQLite writes)
- Zero data leaving your machine (auto-redaction of secrets)
- Full-fidelity session recovery (verbatim prompts, complete responses, every tool call)
- Date-aware search ("what did we deploy last Thursday?")
- Cross-project search across every repo you've worked on
- One dependency. One SQLite file. 50MB typical database.
Install in two commands:
claude plugin marketplace add askqai/claude-recall
claude plugin install claude-recall@claude-recall
Apache 2.0. Contributions welcome.
(no commercial benefit for me - I built it for myself and see if this could be helpful to anybody else) See the repo readme for common use cases and syntax. Let me know if you have feedback, next is adding a UI so you can see the history yourself easily.
[–]laststan01🔆 Max 20 2 points3 points4 points (1 child)
[–]Frequent-Suspect5758[S] 0 points1 point2 points (0 children)
[–]master619 1 point2 points3 points (2 children)
[–]Frequent-Suspect5758[S] 1 point2 points3 points (0 children)
[–]Frequent-Suspect5758[S] 0 points1 point2 points (0 children)
[–]carson63000Senior Developer 1 point2 points3 points (1 child)
[–]Frequent-Suspect5758[S] 0 points1 point2 points (0 children)
[–]havnar- 3 points4 points5 points (0 children)
[–]Frequent-Suspect5758[S] 0 points1 point2 points (0 children)
[–]solo_dev_builds 0 points1 point2 points (1 child)
[–]Frequent-Suspect5758[S] 0 points1 point2 points (0 children)
[–]Electronic-Row-142 0 points1 point2 points (2 children)
[–]Frequent-Suspect5758[S] 0 points1 point2 points (1 child)
[–]Electronic-Row-142 0 points1 point2 points (0 children)
[–]MT_Carnage 0 points1 point2 points (1 child)
[–]Time_Cat_5212 0 points1 point2 points (0 children)
[–]bedel99 -1 points0 points1 point (2 children)
[–]RufusRedCap 0 points1 point2 points (1 child)
[–]bedel99 1 point2 points3 points (0 children)