> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scoutlayer.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Codex

> Use ScoutLayer web data from Codex CLI, app, and IDE.

<Note>Works with Codex CLI, the Codex IDE extension, or ChatGPT desktop.</Note>

<Steps>
  <Step title="Add the server">
    Add ScoutLayer as a Streamable HTTP server in `config.toml`:

    ```toml ~/.codex/config.toml theme={null}
    [mcp_servers.scoutlayer]
    url = "https://api.scoutlayer.io/mcp"
    ```
  </Step>

  <Step title="Restart">
    Restart the client after saving the configuration.
  </Step>

  <Step title="Authenticate">
    Select **Authenticate**, or run `codex mcp login scoutlayer` from the CLI.
  </Step>

  <Step title="Confirm">
    Open `/mcp` to confirm the ScoutLayer tools are available.
  </Step>
</Steps>

See OpenAI's [Codex MCP documentation](https://developers.openai.com/codex/mcp/) for more detail.
