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

# Codex

Connect your Standards MCP server to Codex for brand-aware development assistance in the Codex app.

***

## Connect

<Steps>
  <Step title="Copy your MCP server link">
    From the AI settings page in Standards, copy the MCP server link from the **MCP** card.
  </Step>

  <Step title="Open Codex MCP settings">
    In the Codex app, navigate to **Settings** → **MCP servers**

    ```bash theme={null}
    claude mcp add --transport http standards "YOUR_MCP_LINK"
    ```
  </Step>

  <Step title="Add the MCP server">
    Click **Add server**, select **Streamable HTTP**, and paste your Standards MCP server link.
  </Step>

  <Step title="Verify the connection">
    After clicking "Save", start a new thread. The Standards tools should be available for Codex to use.
  </Step>
</Steps>

***

## Usage

Once connected, Codex can reference your brand guidelines while writing code and generating documents. This is useful for:

* Generating CSS with your exact brand colors and typography values
* Building components that follow your design system specifications
* Writing copy or content that matches your brand voice
* Reviewing code for brand consistency

Ask questions like:

* *"Create a CSS variables file using our brand colors."*
* *"Build a React component for our primary button following the brand guidelines."*
* *"What font families and weights does our brand use?"*
