coding agents
Codex Mcp Tool
MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)
typescript
cloud
coding agents
Installation
npx -y x51xxx/codex-mcp-toolConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "codex-mcp-tool",
"command": "npx",
"args": [
"-y",
"x51xxx/codex-mcp-tool"
]
}About This MCP Server
x51xxx/codex-mcp-tool
MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub