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: chatgpt-pro-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 -vThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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