improvement(OpenMemory MCP): Improves Docker Compose commands (#2681)

Co-authored-by: Deshraj Yadav <deshrajdry@gmail.com>
This commit is contained in:
Saket Aryan
2025-05-14 13:44:08 +05:30
committed by GitHub
parent da59412150
commit a22287a3ba
10 changed files with 45 additions and 78 deletions

View File

@@ -19,17 +19,13 @@ git clone https://github.com/mem0ai/mem0.git
cd mem0/openmemory
# Create the backend .env file with your OpenAI key
pushd api && echo "OPENAI_API_KEY=your_key_here" > .env && popd
make env
# Build the Docker images
make build
# Start all services (API server, vector database, and MCP server components)
make up
# Start the frontend
cp ui/.env.example ui/.env
make ui
make up
```
You can configure the MCP client using the following command (replace username with your username):
@@ -44,4 +40,4 @@ Once set up, OpenMemory runs locally on your machine, ensuring all your AI memor
### Getting Started Today
- Github Repository: https://github.com/mem0ai/mem0/openmemory
- Github Repository: https://github.com/mem0ai/mem0/openmemory