---
title: 'Quickstart'
description: 'Get your Mem0 Memory System running in under 5 minutes'
---
## Prerequisites
Required for Neo4j container (Supabase already running)
For the mem0 core system and API
## Installation
### Step 1: Start Database Services
```bash
docker compose up -d neo4j
```
Supabase is already running as part of your existing infrastructure on the localai network.
### Step 2: Test Your Installation
```bash
python test_all_connections.py
```
You should see all systems passing.