agynio/codex-tools-mcp
A minimal MCP server that exposes the update_plan and apply_patch tools used by the Codex GPT models. It lets developers integrate these tools inside any MCP-aware client without running the Codex CLI.
Platform-specific configuration:
{
"mcpServers": {
"codex-tools-mcp": {
"command": "npx",
"args": [
"-y",
"codex-tools-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...