69
/ 100
9 days ago
glama

gpt-codex-handoff

Enables Codex to delegate decision-making to an OpenAI reviewer for structured next-step recommendations during long-running tasks.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretOPENAI_API_KEYFake reviewer mode is for local wiring tests. It returns valid recommendation JSON without importing the OpenAI client, without requiring , and without contacting OpenAI:
configOPENAI_REVIEWER_MODEL$env: = "gpt-4.1-mini"
configGPT_HANDOFF_REVIEWER_MODE$env: = "fake"
configGPT_HANDOFF_DOTENV_PATHenv = { GPT_HANDOFF_REVIEWER_MODE = "real", = "C:\\absolute\\path\\to\\.codex\\.env" }
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/jiashuz123-gpt-codex-handoff-12gx1s)](https://m8ven.ai/mcp/jiashuz123-gpt-codex-handoff-12gx1s)
commit: eeb84dc43d6f6b7d7b462e06ac3cc56a180f2597
code hash: b0c3ae68771e936f1f2ea92e721bd0d3b7239b75d2e46fb81c79599319343a58
verified: 6/19/2026, 10:47:26 AM
view raw JSON →