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
0
View on GitHub

Installation

npx -y x51xxx/codex-mcp-tool

Configuration

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)

GitHub: https://github.com/x51xxx/codex-mcp-tool

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub
x51xxx/codex-mcp-tool