Most agent memory tools (Mem0, Zep, etc.) call an LLM on every turn to extract “facts”. That means:
- Paying tokens constantly
- Sending all your context to a third party
- Latency + black box So I built Midas. What is Midas?
- 100% local memory layer via MCP
- No LLM needed during ingestion
- Everything stays on your machine
- Fully auditable (you can see exactly what is stored)
- Works with Claude Code, Claude Desktop,etc. It simply remembers:
- Architecture decisions
- Bugs you’ve already solved
- Project preferences
- Context across long sessions Links:
- Website: https://archic.es/
- GitHub: https://github.com/vornicx/Midas Alpha version is public. It’s still early but already very usable. Would love honest feedback, especially from people heavily using coding agents. Are you using any memory solution right now? (cloud or local) submitted by /u/Quirky_Original_3971
Originally posted by u/Quirky_Original_3971 on r/ClaudeCode
You must log in or # to comment.
