- Integrations
- Codex MCP
Connect Codex to the Route5 MCP server


Overview
Codex is a coding agent that works everywhere you do. Connecting Route5’s MCP server to the Codex CLI or Codex IDE Extension gives Codex access to gain context from your existing issues or create new issues without the need to copy & paste.
You can only use the MCP server for local Codex tasks using the CLI or IDE Extension.
Setup instructions
The setup steps for the MCP server are the same regardless of whether you use the IDE Extension or the CLI since the configuration is shared.
Preferred: using the CLI
If you have the CLI installed you can run the following command:
codex mcp add route5 --url https://mcp.route5ai.com/mcpThis will automatically prompt you to log in with your Route5 account and connect it to your Codex.
Note: If this is the first time you are using an MCP in Codex you will need to enable the rmcp feature for this to work. Add the following into your ~/.codex/config.toml:
[features]
rmcp_client = trueManual set up
- Open the ~/.codex/config.toml file in your preferred editor
- Add the following:
[features]
rmcp_client = true
[mcp_servers.route5]
url = "https://mcp.route5ai.com/mcp"Then Run codex mcp login route5 to log in.

