docs: add instructions for installation in openai codex (#927)
This commit is contained in:
15
README.md
15
README.md
@@ -56,6 +56,21 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user),
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Codex</summary>
|
||||||
|
|
||||||
|
Create or edit the configuration file `~/.codex/config.toml` and add:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[mcp_servers.playwright]
|
||||||
|
command = "npx"
|
||||||
|
args = ["@playwright/mcp@latest"]
|
||||||
|
```
|
||||||
|
|
||||||
|
For more information, see the [Codex MCP documentation](https://github.com/openai/codex/blob/main/codex-rs/config.md#mcp_servers).
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Cursor</summary>
|
<summary>Cursor</summary>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user