From 94ca0763d522625631d2778b9e4b9c292945e238 Mon Sep 17 00:00:00 2001 From: ach Date: Thu, 21 Aug 2025 19:19:26 -0400 Subject: [PATCH] docs: add instructions for installation in openai codex (#927) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 975d762..fbb05fa 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,21 @@ Follow the MCP install [guide](https://modelcontextprotocol.io/quickstart/user), +
+Codex + +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). + +
+
Cursor