Skip to content

Commit 185e7db

Browse files
committed
run codex as mcp server
1 parent 844b550 commit 185e7db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/references.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,13 @@ codex mcp list
145145

146146
# Run Codex non-interactively
147147
codex exec "Playwright MCP を使って Yahoo リアルタイム検索の上位キーワードをまとめて"
148+
149+
# Run the Codex MCP server (stdio transport)
150+
codex mcp-server --help
151+
152+
# Running the Inspector
153+
npx @modelcontextprotocol/inspector
154+
155+
# Run the Inspector with the Codex MCP server
156+
npx @modelcontextprotocol/inspector -- codex mcp-server
148157
```

0 commit comments

Comments
 (0)