If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.
DDEV add-on for running the @openai/codex CLI inside DDEV web containers.
ddev add-ons install ddev-assistant-codex
/usr/local/bin/codexcodex available on $PATH for ddev ssh and ddev execAfter installation, verify the setup:
ddev exec codex --version
The add-on mounts your host ~/.codex directory into the web container as a
read-only seed at ~/.cred-seed/codex. During every container startup, that
seed is mirrored into the writable runtime config directory at ~/.codex.
Your host config is authoritative. Container-only changes under ~/.codex are
removed on restart, then replaced with a fresh copy of the host seed. Configure
Codex features such as MCP servers on the host; this add-on mirrors the resulting
host ~/.codex config into the DDEV container.
ddev restart
ddev exec which codex
If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.