2026-01-02 13:01:53 -07:00
|
|
|
# Configuration
|
2025-05-29 16:59:35 -07:00
|
|
|
|
2026-01-02 13:01:53 -07:00
|
|
|
For basic configuration instructions, see [this documentation](https://developers.openai.com/codex/config-basic).
|
2025-10-19 15:07:33 -07:00
|
|
|
|
2026-01-02 13:01:53 -07:00
|
|
|
For advanced configuration instructions, see [this documentation](https://developers.openai.com/codex/config-advanced).
|
2025-10-19 15:07:33 -07:00
|
|
|
|
2026-01-02 13:01:53 -07:00
|
|
|
For a full configuration reference, see [this documentation](https://developers.openai.com/codex/config-reference).
|
2026-01-03 02:19:52 -08:00
|
|
|
|
|
|
|
|
## Connecting to MCP servers
|
|
|
|
|
|
|
|
|
|
Codex can connect to MCP servers configured in `~/.codex/config.toml`. See the configuration reference for the latest MCP server options:
|
|
|
|
|
|
|
|
|
|
- https://developers.openai.com/codex/config-reference
|
|
|
|
|
|
|
|
|
|
## Notify
|
|
|
|
|
|
|
|
|
|
Codex can run a notification hook when the agent finishes a turn. See the configuration reference for the latest notification settings:
|
|
|
|
|
|
|
|
|
|
- https://developers.openai.com/codex/config-reference
|