Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ You can also use Codex with an API key, but this requires [additional setup](htt
## Docs

- [**Codex Documentation**](https://developers.openai.com/codex)
- [**Model Selection & Custom Providers**](./docs/models.md)
- [**Contributing**](./docs/contributing.md)
- [**Installing & building**](./docs/install.md)
- [**Open source fund**](./docs/open-source-fund.md)
Expand Down
4 changes: 4 additions & 0 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ For advanced configuration instructions, see [this documentation](https://develo

For a full configuration reference, see [this documentation](https://developers.openai.com/codex/config-reference).

## Model Selection

To learn how to select models and configure custom model providers (including local models like LMStudio and Ollama), see [Model Selection & Custom Providers](./models.md).

## 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:
Expand Down
Loading
Loading