Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.hampsterx/codex-mcp-bridge

NPM · CODEX-MCP-BRIDGE · SCANNED SEP 20

Wraps Codex CLI as MCP tools: codex, review, query, search, structured, ping, listSessions.

Available components

0 this week 92 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 99 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to hampsterx/codex-mcp-bridge). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 49 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1416 tokens (~202/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.hampsterx/codex-mcp-bridge server?

io.github.hampsterx/codex-mcp-bridge runs locally as an npm package, launched with npx -y codex-mcp-bridge. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · codex-mcp-bridge

# add to Claude Code
claude mcp add hampsterx-codex-mcp-bridge -- npx -y codex-mcp-bridge
// .cursor/mcp.json
{
  "mcpServers": {
    "hampsterx-codex-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "codex-mcp-bridge"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "hampsterx-codex-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "codex-mcp-bridge"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add hampsterx-codex-mcp-bridge -- npx -y codex-mcp-bridge
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hampsterx-codex-mcp-bridge": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "codex-mcp-bridge"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add hampsterx-codex-mcp-bridge --command npx --arg -y --arg codex-mcp-bridge
# ~/.hermes/config.yaml
mcp_servers:
  hampsterx-codex-mcp-bridge:
    command: "npx"
    args: ["-y", "codex-mcp-bridge"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "hampsterx-codex-mcp-bridge": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "codex-mcp-bridge"
      ]
    }
  }
}
# add to Vellum
assistant mcp add hampsterx-codex-mcp-bridge -t stdio -c npx -a -y codex-mcp-bridge
// mcp.json
{
  "mcpServers": {
    "hampsterx-codex-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "codex-mcp-bridge"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.77 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/codex-mcp-bridge@0.9.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo hampsterx/codex-mcp-bridge
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/hampsterx/codex-mcp-bridge/.github/workflows/publish.yml@refs/tags/v0.9.1
Rekor log index 2319221413
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:6bff58125597584c94849a6d947f27fcdd90625275417dbd65528c866f0ded93850889e8f5c1570efa67784c53b80283c3543dd13a5cf5fa479acb441

Background: How many MCP packages publish verified provenance →

Dependencies 99 packages
Packages resolved 99
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~1,416 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
codex ~492

Execute a prompt via Codex CLI. Codex is an AI coding agent that can generate, analyze, refactor, and explain code with full project context (reads AGENTS.md/CODEX.md automatically). Capabilities: code generation and refactoring, code analysis and explanation, file reading and modification (when sandbox allows), git operations and terminal commands, multi-turn conversations via sessionId. When to use a different tool: - For analysis of text you already have (plans, docs, opinions), inline it directly in the prompt rather than passing file paths. The files parameter triggers full file I/O and increases timeout pressure. Tips: - Set workingDirectory to the target repo for project-aware responses. - Use sandbox "read-only" (default) for analysis, "full-auto" for code changes. - Break complex tasks into focused prompts rather than one large request. - Resume multi-turn conversations with sessionId (returned in previous response metadata). - Include relevant files via the files parameter for targeted context (text and images supported). - Set reasoningEffort to control depth: "none" for trivial, "minimal" for lightweight, "low"/"medium" for routine, "high"/"xhigh" for deep analysis.

NameTypeReqDescription
filesarrayFile paths relative to workingDirectory. Supports line ranges: 'path:start-end' (e.g. 'src/lib.rs:900-950'). Text and images supported (images ignore line ranges).
maxResponseLengthintegerSoft limit on response length in words
modelstringModel to use (e.g. o3, gpt-4.1)
promptstringyesThe prompt to send to Codex
reasoningEffortstringReasoning effort level (maps to -c model_reasoning_effort)
resetSessionbooleanClear this session's conversation history and start fresh (requires sessionId)
sandboxstringSandbox level: read-only (default), workspace-write, or full-auto (Codex CLI convenience mode for workspace-write with auto-approve)
sessionIdstringSession ID to resume a previous conversation
timeoutintegerTimeout in milliseconds (default: 60s no files, 180s+30s/file with files, max: 600000)
workingDirectorystringWorking directory for the CLI

No output schema declared.

No examples provided.

listSessions ~50

List active Codex conversation sessions. Returns session metadata for orchestration (no prompts or responses, just IDs and timing). Use to check available sessions before resuming with the codex tool's sessionId parameter.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ping ~24

Health check: verifies Codex CLI is installed and authenticated, reports versions and capabilities.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

query ~256

Lightweight query for analysis or opinions on text you already have. No file reading, no repo exploration, no session state. Pass text in the context parameter. For code execution or file operations, use the codex tool instead. Use cases: reviewing a plan, critiquing a draft, comparing approaches, answering questions about provided text, generating summaries. Tips: - Pass the text to analyze in the context parameter, not as file paths. - Set reasoningEffort to control depth: "none" for trivial, "minimal" for lightweight, "low"/"medium" for routine, "high"/"xhigh" for thorough analysis. - Use maxResponseLength to control verbosity.

NameTypeReqDescription
contextstringText to analyze (inline, not file paths)
maxResponseLengthintegerSoft limit on response length in words
modelstringModel to use (e.g. o3, gpt-4.1)
promptstringyesThe question or instruction
reasoningEffortstringReasoning effort level (maps to -c model_reasoning_effort)
timeoutintegerTimeout in milliseconds (default: 60000, max: 600000)

No output schema declared.

No examples provided.

review ~255

Run Codex CLI's native diff-aware review via codex exec review --json. The bridge does not accept or bundle a review prompt; upstream Codex owns the reviewer instructions. Use for MCP clients that cannot run shell commands but need native Codex review of uncommitted changes, a base branch diff, or a single commit. Tips: - Set workingDirectory to the target git repository. - Choose mode "uncommitted", "base", or "commit". - Use the codex tool with sandbox "read-only" for free-form review prompts.

NameTypeReqDescription
basestringBase branch or ref. Required when mode is "base".
commitstringCommit SHA or ref. Required when mode is "commit".
modestringyesDiff selector: uncommitted changes, changes against a base branch, or one commit
modelstringModel to use (e.g. o3, gpt-4.1)
timeoutintegerTimeout in milliseconds (default: 180000, max: 600000)
titlestringOptional commit title to display in the review summary
workingDirectorystringyesTarget git repository directory for native review

No output schema declared.

No examples provided.

search ~179

Web search via Codex CLI. Searches the web and synthesizes a comprehensive answer with source URLs. Use for current information, documentation lookups, API references, and research questions. Tips: - Ask specific, focused questions for best results. - Results include source URLs for verification. - Use maxResponseLength to control response verbosity. - Default timeout is 2 minutes; increase for complex research queries that may require multiple web fetches.

NameTypeReqDescription
maxResponseLengthintegerSoft limit on response length in words
modelstringModel to use (e.g. o3, gpt-4.1)
querystringyesSearch query or question
timeoutintegerTimeout in milliseconds (default: 120000, max: 600000)
workingDirectorystringWorking directory for the CLI

No output schema declared.

No examples provided.

structured ~160

Generate a JSON response conforming to a provided JSON Schema. Use for data extraction, classification, or any task needing machine-parseable output.

NameTypeReqDescription
filesarrayFile paths to include as context (text only, no images). Supports line ranges: 'path:start-end' (e.g. 'src/lib.rs:900-950').
modelstringModel to use (e.g. o3, gpt-4.1)
promptstringyesWhat to generate or extract
schemastringyesJSON Schema the response must conform to (as a JSON string)
timeoutintegerTimeout in milliseconds (default: 60000)
workingDirectorystringWorking directory for file paths

No output schema declared.

No examples provided.

Common questions

What is the io.github.hampsterx/codex-mcp-bridge server?

io.github.hampsterx/codex-mcp-bridge is listed in the public MCP registry as io.github.hampsterx/codex-mcp-bridge. Wraps Codex CLI as MCP tools: codex, review, query, search, structured, ping, listSessions. This page covers its npm package (codex-mcp-bridge).

Is the io.github.hampsterx/codex-mcp-bridge server safe to use?

io.github.hampsterx/codex-mcp-bridge scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.hampsterx/codex-mcp-bridge server expose?

io.github.hampsterx/codex-mcp-bridge exposes 7 tools: codex, search, query, review, structured, and 2 more. Their descriptions and schemas cost roughly 1,416 tokens of context every time the server is loaded.

Is the io.github.hampsterx/codex-mcp-bridge server still maintained?

io.github.hampsterx/codex-mcp-bridge is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.hampsterx/codex-mcp-bridge server under?

io.github.hampsterx/codex-mcp-bridge declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.