apps/docs/memorybench/installation.mdx
git clone https://github.com/supermemoryai/memorybench
cd memorybench
bun install
Create a .env.local file in the root directory:
# Memory Providers (add keys for providers you want to test)
SUPERMEMORY_API_KEY=your_key
MEM0_API_KEY=your_key
ZEP_API_KEY=your_key
# LLM Judges (at least one required)
OPENAI_API_KEY=your_key
ANTHROPIC_API_KEY=your_key
GOOGLE_API_KEY=your_key
bun run src/index.ts help
You should see the list of available commands.
bun run src/index.ts serve
Opens at http://localhost:3000.