Codex settings without editing config.toml: models, reasoning, MCP
Stop hand-editing config.toml. CodexUse ships a Config panel with quick selects for models, approval policy, sandbox mode, and MCP servers. It writes to the same Codex CLI files already on disk.
What you can change from the UI
- Model and review model: Pick from defaults or type a custom name.
- Reasoning effort and summary style: Set effort and summary keywords without guessing config keys.
- Verbosity: Control how chat replies are logged.
- Approval policy: Never, on-request, on-failure, or untrusted prompts.
- Sandbox mode: Read-only, workspace-write, or danger-full-access.
- MCP servers: Add stdio/http/sse servers with command, args, env, or URL.
- Manual edit: Edit config.toml directly if you want full control.
Set defaults in minutes
- Open CodexUse.
- Click the Settings gear, then open Models.
- Set model, reasoning effort, summary style, verbosity, approval, and sandbox mode.
- Click Save changes. The app writes to the same config.toml the CLI uses.
- Need a preset? The Apply YOLO preset button fills in a fast, opinionated set so you can test quickly.
Manage MCP servers without mistakes
- Add a server with a name, choose stdio/http/sse, and fill command plus args or URL.
- Optional fields: environment variables for stdio servers.
- Edits stay on your machine. Nothing syncs out.
When to use Manual edit
- You already have a config you trust and just want to paste it in.
- You need a key the quick form does not expose yet.
- You are copying a known-good config.toml block between machines. CodexUse will save it as-is.
Troubleshooting saves
- If a field is invalid, the app shows a Sonner toast with the exact error. Fix the field and retry.
- Custom values are allowed; just type them in the custom inputs when the select shows “Custom value”.
- If the file is locked by another process, close that process and click save again. The app logs the failure but keeps your inputs.
Does this work without Pro?
Yes. The Config panel is available on Free and Pro. Pro is required for rate-limit radar and auto-roll.
Which Codex CLI does this use?
CodexUse ships with the Codex CLI bundled. The Config panel writes to that same CLI so it works out of the box without extra installs.
Which platforms are supported?
The desktop build ships for macOS Apple Silicon and Linux ARM64. A Windows build is being worked on. There is no browser-only mode.