Home › Development › codex-mcp-tool
codex-mcp-tool
MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review
Topics: Coding Agents
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 2.2.0)
npx -y @trishchuk/codex-mcp-tool@2.2.0
Or add to your MCP client config:
{
"mcpServers": {
"codex-mcp-tool": {
"command": "npx",
"args": [
"-y",
"@trishchuk/codex-mcp-tool@2.2.0"
],
"env": {
"CODEX_MCP_CWD": "<YOUR_VALUE>",
"CODEX_SESSION_TTL_MS": "<YOUR_VALUE>",
"CODEX_MAX_SESSIONS": "<YOUR_VALUE>"
}
}
}
}
CODEX_MCP_CWD— Override working directory for all tool callsCODEX_SESSION_TTL_MS— Session time-to-live in milliseconds (default: 86400000 = 24h)CODEX_MAX_SESSIONS— Maximum concurrent sessions (default: 50)
Related servers
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Desktop Commander
MCP server for terminal commands, file operations, and process management
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry