Files
mempalace/website/index.md
T
mvalentsev c4baceccb4 docs: fix stale milla-jovovich org URLs in website and plugin manifests (#787)
Follow-up to #766 which covers version.py, pyproject.toml, README,
CHANGELOG, and CONTRIBUTING. These 11 files still had the old org
name in URLs:

- website/ (VitePress config + 6 docs pages)
- .claude-plugin/ (plugin.json repository, README marketplace command)
- .codex-plugin/ (plugin.json URLs, README links)

Author name fields are intentionally unchanged.
2026-04-14 02:44:41 +05:00

2.9 KiB
Raw Blame History

layout, hero, features
layout hero features
home
name text tagline image actions
MemPalace Give your AI a memory. 96.6% recall on LongMemEval in raw mode. Local-first, open source, and usable without an API key.
src alt
/mempalace_logo.png MemPalace
theme text link
brand Get Started /guide/getting-started
theme text link
alt Architecture → /concepts/the-palace
theme text link
alt GitHub ↗ https://github.com/MemPalace/mempalace
icon title details
src alt
/icons/file-text.svg Verbatim Storage
Verbatim Storage Store source text directly instead of extracting facts up front. The raw benchmark result comes from retrieving verbatim content.
icon title details
src alt
/icons/building-2.svg Palace Structure
Palace Structure Wings and rooms give retrieval useful structure. In the project benchmarks, narrowing search scope outperformed flat search.
icon title details
src alt
/icons/search.svg Semantic Search
Semantic Search ChromaDB-powered vector search lets the model retrieve past discussions by topic, project, or room.
icon title details
src alt
/icons/git-merge.svg Knowledge Graph
Knowledge Graph Temporal entity-relationship triples in SQLite. Facts can be added, queried, and invalidated over time.
icon title details
src alt
/icons/wrench.svg 19 MCP Tools
19 MCP Tools MCP tools expose search, filing, knowledge graph, graph navigation, and diary operations to compatible clients.
icon title details
src alt
/icons/shield-check.svg Zero Cloud
Zero Cloud Core storage and retrieval run locally on ChromaDB and SQLite. Optional reranking features can add an API dependency.
<style> :root { --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: linear-gradient( 135deg, #4f46e5 0%, #06b6d4 50%, #8b5cf6 100% ); } </style>

Verbatim Retrieval First

MemPalace starts from a simple premise: store the source text and retrieve it well. The benchmarked raw mode does not require an LLM extraction step.

System LongMemEval R@5 API Required Cost
MemPalace (hybrid) 100% Optional Free
Supermemory ASMR ~99% Yes
MemPalace (raw) 96.6% None Free
Mastra 94.87% Yes API costs
Mem0 ~85% Yes $19249/mo

The raw 96.6% LongMemEval result is the baseline story: strong recall without requiring an API key or an LLM in the retrieval pipeline.