Memanto; open-source memory agent that remembers, recalls and answers
majidfekri
14 points
11 comments
June 18, 2026
Related Discussions
Found 5 related stories in 119.3ms across 10,996 title embeddings via pgvector HNSW
- MenteDB – open-source memory database for AI agents (Rust) mentedb · 15 pts · April 24, 2026 · 65% similar
- I built a better, human like memory, for Agents emson · 11 pts · March 29, 2026 · 58% similar
- MemPalace, the highest-scoring AI memory system ever benchmarked rochoa · 47 pts · April 07, 2026 · 58% similar
- Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph) zaydmulani · 37 pts · June 03, 2026 · 55% similar
- Show HN: Hippo, biologically inspired memory for AI agents kitfunso · 72 pts · April 06, 2026 · 55% similar
Discussion Highlights (5 comments)
h3t08
I first tried it last week, since then i migrated to this seek thing, really good on recall and easy to manage and maintain. We definitely need our data to be owned by us!
neelbuilds
I was impressed by their unique approach. They just use a vector store without any LLM for ingestion, and it still works.
MSTthearchitect
migrating to Memanto.... it’s exactly the long-term memory layer we needed.
harveney
Good that it's open source, though always sus about what they actually do. I've seen a lot of supposed memory layers end up just being a RAG system with remember and recall over pg_vector or something. I'll admit I haven't really looked into the code to verify whether that's actually the case so open to being fact checked.
lemmingstars
This tool is amazing, pretty innovative way to store memory for agents.