Skip to content

Commit 098461a

Browse files
committed
docs: codex cli add way
1 parent 6bcdf50 commit 098461a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
104104
<details>
105105
<summary>Codex</summary>
106106
Follow the <a href="https://github.com/openai/codex/blob/main/docs/advanced.md#model-context-protocol-mcp">configure MCP guide</a>
107-
using the standard config from above.
107+
using the standard config from above. You can also install the Chrome DevTools MCP server using the Codex CLI:
108+
109+
```bash
110+
codex mcp add chrome-devtools -- npx chrome-devtools-mcp@latest
111+
```
108112
</details>
109113

110114
### Your first prompt

0 commit comments

Comments
 (0)