File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ RUN apt update \
6464 && curl -fsSL https://deno.land/install.sh | sh \
6565 && mkdir -p ${REPOSITORY_MANAGER_WORKSPACE} \
6666 && curl -LsSf https://astral.sh/uv/install.sh | sh \
67- && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow .[all]
67+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow .[all] mem0-mcp-server
6868
6969WORKDIR /workspace
7070
Original file line number Diff line number Diff line change 33 "repository-manager" : {
44 "url" : " ${MCP_URL:-http://localhost:8007/mcp}" ,
55 "timeout" : 300000
6+ },
7+ "mem0" : {
8+ "command" : " uv" ,
9+ "args" : [
10+ " run" ,
11+ " mem0-mcp-server"
12+ ],
13+ "env" : {
14+ "MEM0_API_KEY" : " ${MEM0_API_KEY}"
15+ },
16+ "timeout" : 300000
617 }
718 }
819}
You can’t perform that action at this time.
0 commit comments