MemPalace
Verbatim cross-session memory for LLMs — highest free LongMemEval score
The Panel's Take
MemPalace is an open-source persistent memory system for LLMs that takes a philosophically different approach from every summarization-based alternative: it stores conversations verbatim, forever, and retrieves them with semantic precision. Where systems like MemGPT or standard RAG pipelines compress memories into lossy summaries, MemPalace treats exact wording as sacred — because often the specific phrasing of something a user said six months ago is the thing that matters. The storage architecture uses a hierarchical "memory palace" metaphor: people and projects are wings, topics are rooms, individual memories are drawers. Semantic retrieval is scoped to sub-trees rather than doing a flat vector search across everything, which dramatically reduces false positives and improves precision at depth. The system claims a 96.6% score on LongMemEval — the highest publicly reported score among free tools — and integrates with any OpenAI-compatible API endpoint. Verbatim storage does mean storage costs grow linearly with usage, and there's no built-in forgetting mechanism yet (which some see as a bug and others as a feature). But for personal assistants, coding agents, and any application where "you told me X last Tuesday" accuracy matters, MemPalace's approach to memory is architecturally more honest than the alternatives.
Share this verdict
MemPalace verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/mempalace-ai-persistent-memory-longmemeval-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare MemPalace with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/mempalace-ai-persistent-memory-longmemeval-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/mempalace-ai-persistent-memory-longmemeval-2026" alt="MemPalace Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/mempalace-ai-persistent-memory-longmemeval-2026)<iframe src="https://shiporskip.io/embed/mempalace-ai-persistent-memory-longmemeval-2026" title="MemPalace ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“The hierarchical tree-scoped retrieval is genuinely clever — instead of HNSW across your entire memory corpus, you're running a smaller, context-aware search. The OpenAI-compatible API means dropping this into an existing stack takes an afternoon. LongMemEval at 96.6% with free hosting is a compelling benchmark.”
“Verbatim storage with no forgetting is a liability problem waiting to happen — GDPR right-to-erasure, accidental PII retention, and storage costs that scale with time rather than importance. The LongMemEval benchmark was also designed by teams that use summarization; verbatim systems may be overfitted to it.”
“Persistent, accurate memory is one of the remaining gaps between AI assistants feeling like tools and feeling like collaborators. The verbatim approach is philosophically closer to how human memory actually works — not summaries, but specific episodic recall. MemPalace is pointing in the right direction.”
“For creative workflows, the difference between a summary of feedback and the exact words a client used is enormous. MemPalace's verbatim storage means your AI assistant can quote your art director's exact note from three months ago, not a paraphrase that lost the nuance. That's a real creative workflow upgrade.”