Bring stack up first
Use the launch mode you need, then validate core health before integrating any client.
BOOTSTRAP=1 scripts/first_run.sh
ORCH_KEY="$(awk -F= '/^MEMMCP_ORCHESTRATOR_API_KEY=/{print substr($0,index($0,"=")+1)}' .env)"
# choose mode if needed
gmake mem-up
# gmake mem-up-lite
# gmake mem-up-full
curl -fsS http://127.0.0.1:8075/health | jq
curl -fsS -H "x-api-key: ${ORCH_KEY}" http://127.0.0.1:8075/status | jq
- Orchestrator API:
http://127.0.0.1:8075 - MCP hub memory endpoint:
http://127.0.0.1:53130/memorymcp/mcp - MCP hub qdrant endpoint:
http://127.0.0.1:53130/qdrant/mcp