mem0-mcp

No description

GitHub Stars

447

User Rating

Not Rated

Favorites

0

Views

23

Forks

94

Issues

12

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.8 or higher
uv: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/mem0ai/mem0-mcp
cd mem0-mcp

2. Initialize Environment

bash
uv venv

3. Activate Virtual Environment

bash
source .venv/bin/activate

4. Install Dependencies

bash
uv pip install -e .

5. Update .env File

bash
MEM0_API_KEY=your_api_key_here

Troubleshooting

Issue: Server won't start Solution: Check Python version and reinstall dependencies.

Additional Resources