Use this guide to connect Codex to the same persistent memory backend used by your other AI clients.
- Export Supabase credentials from
.env. - Run
pip install -e .so thememory-mcpcommand is available. - Start the server with
memory-mcpif you want to test it manually. - Load
mcp.jsoninside your Codex plugin or CLI settings.
codex --config mcp.json- Save blockers with
add_warningso every interface sees the same risk state. - Close sessions with
end_sessionto improveget_interface_analyticsdata. - Keep tasks synchronized with
update_task_statusduring delegated coding work.