Skip to content
Open
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
6 changes: 4 additions & 2 deletions docs/installation-guides/install-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ bearer_token_env_var = "GITHUB_PAT_TOKEN"

You can also add it via the Codex CLI:

```cli
codex mcp add github --url https://api.githubcopilot.com/mcp/
```bash
codex mcp add github --url https://api.githubcopilot.com/mcp/ --bearer-token-env-var GITHUB_PAT_TOKEN
Comment thread
RossTarrant marked this conversation as resolved.
```

The `--bearer-token-env-var` option is required for PAT-authenticated access to the hosted GitHub MCP server.

<details>
<summary><b>Storing Your PAT Securely</b></summary>
<br>
Expand Down
Loading