supermemory/apps/docs/memorybench/overview.mdx
vorflux[bot] fc94dd8308
Add MemScore documentation to memorybench docs (#797)
Co-authored-by: Vorflux AI <noreply@vorflux.com>
2026-03-23 15:19:40 -07:00

57 lines
2 KiB
Text

---
title: "MemoryBench"
description: "Open-source framework for standardized, reproducible benchmarks of memory layer providers"
sidebarTitle: "Overview"
icon: "flask-conical"
---
Our goal is to make evaluation more rigorous, accessible, and in line with industry standards. Design and run evaluations tailored to your specific needs, and run industry-standard benchmarks easily on any memory provider. With MemoryBench, you can trust in provider through transparent, reproducible, and domain-relevant evaluations.
<Columns cols={2}>
<Card title="Web Interface" icon="globe" href="/memorybench/installation#start-the-web-interface">
<br/>
```bun run src/index.ts serve```
</Card>
<Card title="Installation" icon="download" href="/memorybench/installation">
Get MemoryBench up and running in your environment
</Card>
<Card title="CLI Reference" icon="terminal" href="/memorybench/cli">
Command-line interface for running evaluations
</Card>
<Card title="Architecture" icon="blocks" href="/memorybench/architecture">
Understanding MemoryBench's design and implementation
</Card>
<Card title="MemScore" icon="gauge" href="/memorybench/memscore">
Composite metric for comparing quality, latency, and token efficiency
</Card>
</Columns>
## Works with any memory provider
<Columns cols={3}>
<Card title="Supermemory" icon="brain" href="https://supermemory.ai">
Cloud-based memory layer
</Card>
<Card title="Mem0" icon="database" href="https://mem0.ai">
Graph-based memory
</Card>
<Card title="Zep" icon="zap" href="https://getzep.com">
Long-term memory for AI
</Card>
</Columns>
<Note>
We're actively adding support for more providers. [Contribute your own](/memorybench/extend-provider) or [create a feature request](https://github.com/supermemoryai/memorybench/issues).
</Note>
## Contribute
<Card title="Report issue" icon="bug" href="https://github.com/supermemoryai/memorybench/issues">
Found a bug or have a feature request? Let us know.
</Card>