Skip to content

Commit 78b96ad

Browse files
committed
Aded mem0
1 parent 5ed14d4 commit 78b96ad

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

debug.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6969
WORKDIR /workspace
7070

repository_manager/mcp_config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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
}

0 commit comments

Comments
 (0)