Free generator for OpenAI Codex CLI config. Choose your model, reasoning effort, approval policy, sandbox mode, and MCP servers, then copy a ready-to-use ~/.codex/config.toml and AGENTS.md. Optional private in-browser AI writes the context file.
OpenAI’s Codex CLI is configured with a TOML file at ~/.codex/config.toml plus an AGENTS.md instructions file. This tool builds both from a short form, with copy and download for each — no TOML syntax to memorize.
npm install -g @openai/codexOr via Homebrew: brew install --cask codex.
gpt-5.2-codex or the cheaper gpt-5.1-codex-mini.Codex reads AGENTS.md from your project root (and ~/.codex/AGENTS.md globally). The optional in-browser AI writes a tailored one from a plain-English description of your project — it runs entirely in your browser via WebGPU and never uploads your description.
Global config lives at ~/.codex/config.toml; a project can override it at <project>/.codex/config.toml.
No — the config is generated locally in your browser, and the optional AGENTS.md writer also runs locally.