Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.

ddev-assistant-codex

DDEV add-on for running the @openai/codex CLI inside DDEV web containers.

Installation

ddev add-ons install ddev-assistant-codex

What This Addon Does

Quick Start

After installation, verify the setup:

ddev exec codex --version

Configuration

Codex Credentials And Runtime Config

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.

Troubleshooting

Codex CLI not found

ddev restart
ddev exec which codex

Documentation

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.