Stats
Actions
Tags
From codex
Local stdio MCP server launched via Codex CLI using GPT-5 model with high reasoning effort and full access mode. Provides Claude with local AI model capabilities for advanced reasoning and tasks.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gpt": {
"command": "codex",
"args": [
"-s",
"danger-full-access",
"-m",
"gpt-5",
"-c",
"model_reasoning_effort=high",
"mcp-server"
]
}
}
}Server configuration and connection parameters
codexCommand-line arguments passed to the server process
npx claudepluginhub udecode/dotai --plugin codex