codex-research-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codex-research-mcpresearch the impact of transformer architecture on NLP tasks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
codex-research-mcp
A small local MCP adapter that lets Claude Code delegate bounded research work to Codex plan credits without giving the worker ownership of the final report.
Why it exists
Claude Code only schedules MCP tools concurrently when they advertise
readOnlyHint: true. The official generic Codex MCP tools can write to arbitrary
workspaces, so they cannot safely make that promise. This adapter exposes a
narrower contract:
researchstarts an independent Codex research thread;research_replycontinues a thread created during the current MCP server lifetime;real source trees remain read-only;
every worker receives a private writable scratch directory under
/tmp;network reads are enabled, while approvals and durable external writes are not;
both tools advertise the read-only annotation so independent Claude Code tool calls can run concurrently.
The adapter forwards execution to one long-lived official codex mcp-server.
Codex still owns model selection, authentication, sessions, and plan-credit use.
Related MCP server: subcodex-mcp
Run from this checkout
./bin/codex-research-mcpExample Claude Code MCP entry:
{
"research-worker": {
"type": "stdio",
"command": "/Users/zhuhuibin/lab/codex-research-mcp/bin/codex-research-mcp",
"args": [],
"env": {
"CODEX_RESEARCH_MAX_CONCURRENCY": "4"
}
}
}Useful optional environment variables:
CODEX_RESEARCH_CODEX_BIN: Codex executable, defaultcodex;CODEX_RESEARCH_MAX_CONCURRENCY: simultaneous Codex calls, default4;CODEX_RESEARCH_TIMEOUT_SECONDS: per-call timeout, default3600;CODEX_RESEARCH_STATE_DIR: scratch and authorized-thread state, default<system temporary directory>/codex-research-mcp;CODEX_RESEARCH_SOURCE_ROOT: default readable source root when a tool call does not providesource_cwd.
Tests
python3 -m unittest discover -s tests -vMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityCmaintenanceAn experimental guarded MCP bridge for Codex/open-ultrawork workflows, enabling submission of bounded research jobs to ChatGPT Pro asynchronously with source verification and safety guards.MIT
- AlicenseBqualityDmaintenanceMCP server that enables Claude Code to delegate code generation and debugging to OpenAI Codex, with stall detection and auto-recovery.28MIT
- Alicense-qualityCmaintenanceMCP bridge for calling local coding-agent CLIs (Codex, Claude) from another agent, enabling bounded tasks like code review, verification, and bug hunting.MIT
- Alicense-qualityBmaintenanceMCP bridge for using local Claude CLI as a bounded reviewer and analysis delegate for Codex.MIT
Related MCP Connectors
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
A paid remote MCP for OpenAI Codex context compressor, built to return verdicts, receipts, usage log
A paid remote MCP for OpenAI Codex memory MCP, built to return verdicts, receipts, usage logs, and a
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pku-zhb/codex-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server