guides/agents-sdk.md +1 −3
1# Use Codex with the Agents SDK1# Use Codex with the Agents SDK
2 2
3Invoke Codex as an MCP server to build multi-agent development workflows
4
5# Running Codex as an MCP server3# Running Codex as an MCP server
6 4
75You can run Codex as an MCP server and connect it from other MCP clients (for example, an agent built with the [OpenAI Agents SDK](https://openai.github.io/openai-agents-js/guides/mcp/)).You can run Codex as an MCP server and connect it from other MCP clients (for example, an agent built with the [OpenAI Agents SDK MCP integration](https://developers.openai.com/api/docs/guides/agents/integrations-observability#mcp)).
8 6
9To start Codex as an MCP server, you can use the following command:7To start Codex as an MCP server, you can use the following command:
10 8