You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ghcr.io/prih/mcp-graph-memory index --config /data/config/graph-memory.yaml
96
+
97
+
# Docker Compose (uses volumes defined in your compose file)
98
+
docker compose run --rm graph-memory index --config /data/config/graph-memory.yaml
99
+
```
100
+
87
101
> **Multiple projects**: mount each project directory separately and add entries to `graph-memory.yaml`. The config file is watched for changes — add or remove projects without restarting the container.
0 commit comments