We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcdf50 commit 098461aCopy full SHA for 098461a
README.md
@@ -104,7 +104,11 @@ Go to `Cursor Settings` -> `MCP` -> `New MCP Server`. Use the config provided ab
104
<details>
105
<summary>Codex</summary>
106
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.
+ 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
+ ```
112
</details>
113
114
### Your first prompt
0 commit comments