69
/ 100
10 days ago
glama

Codex Bridge

A self-hosted MCP server that lets claude.ai delegate tasks to OpenAI Codex CLI, billed through the ChatGPT subscription, with tools for job submission, status polling, and result retrieval.

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
4 tools verified — handlers match their declared behaviour
2 read-only tools verified — handlers contain no write/delete/exec
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: CODEXBRIDGE_PASSWORD
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.
configCODEXBRIDGE_WORKDIR_ALLOWLIST() set at install time — never an arbitrary path.
configCODEXBRIDGE_TRANSPORT
configCODEXBRIDGE_PUBLIC_URL
configCODEXBRIDGE_USERNAME
🔐 secretCODEXBRIDGE_PASSWORD
configCODEXBRIDGE_DB_PATH
configCODEXBRIDGE_JOBS_DIR
configCODEXBRIDGE_CODEX_BIN
configCODEXBRIDGE_DEFAULT_MODEL
configCODEXBRIDGE_SANDBOX_MODE(--sandbox, , default workspace-write) — Codex
configCODEXBRIDGE_CODEX_HOME
configCODEXBRIDGE_MAX_CONCURRENT_JOBSJob submission is rate-limited (,
configCODEXBRIDGE_RATE_LIMIT_PER_HOUR) to bound both cost and blast radius.
configCODEXBRIDGE_HOST
configCODEXBRIDGE_PORT
configCODEXBRIDGE_ALLOWED_HOSTS
// 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 4 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/jonwadsworth-codex-bridge-1ew6eg)](https://m8ven.ai/mcp/jonwadsworth-codex-bridge-1ew6eg)
commit: aea7704d95bf7c1393b5e7e37b409fcd6dd61681
code hash: 94769ab5f372eb4ddd7396cc7f20545a2d10f381e330b3c1edf61b79b1149f40
verified: 7/21/2026, 9:34:53 AM
view raw JSON →