Skip to content

Commit cb17ae8

Browse files
docs: add Codex MCP configuration guide (#95)
Co-authored-by: Sebastian Benz <[email protected]>
1 parent 8d0cb79 commit cb17ae8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ claude mcp add chrome-devtools npx chrome-devtools-mcp@latest
6666
Follow https://docs.cline.bot/mcp/configuring-mcp-servers and use the config provided above.
6767
</details>
6868

69+
<details>
70+
<summary>Codex</summary>
71+
Follow the <a href="https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp">configure MCP guide</a>
72+
using the standard config from above. You can also install the Chrome DevTools MCP server using the Codex CLI:
73+
74+
```bash
75+
codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
76+
```
77+
78+
</details>
79+
6980
<details>
7081
<summary>Copilot / VS Code</summary>
7182
Follow the MCP install <a href="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,

0 commit comments

Comments
 (0)