io.github.Lykhoyda/ask-codex
Quality Score
80
/100
Bridge Claude with OpenAI Codex CLI for AI-to-AI collaboration, code review, and second opinions
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"ask-codex": {
"command": "npx",
"args": [
"-y",
"ask-codex-mcp"
],
"env": {
"GMCPT_TIMEOUT_MS": "300000",
"GMCPT_LOG_LEVEL": "warn"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"ask-codex": {
"command": "npx",
"args": [
"-y",
"ask-codex-mcp"
],
"env": {
"GMCPT_TIMEOUT_MS": "300000",
"GMCPT_LOG_LEVEL": "warn"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y ask-codex-mcp§02 Environment variables
GMCPT_TIMEOUT_MSTimeout for Codex CLI execution in milliseconds (default: 300000 = 5 minutes)
GMCPT_LOG_LEVELLog verbosity: debug, info, warn, error (default: warn)
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in AI & LLMs
OpenAI Tools MCP Server
ai.com.mcp/openai-tools
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
ai.llmse/mcp
ai.llmse/mcp
Public MCP server for the LLM Search Engine
Perplexity API Platform
ai.perplexity/mcp-server
Real-time web search, reasoning, and research through Perplexity's API