Serversio.github.hampsterx/codex-mcp-bridge
B

io.github.hampsterx/codex-mcp-bridge

io.github.hampsterx/codex-mcp-bridge · v0.5.1
▦ npm
v0.5.1npm npm: codex-mcp-bridge↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.hampsterx/codex-mcp-bridge",
  "description": "Wraps Codex CLI as MCP tools: query, review, search, assess, structured, sessions.",
  "repository": {
    "url": "https://github.com/hampsterx/codex-mcp-bridge",
    "source": "github"
  },
  "version": "0.5.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "codex-mcp-bridge",
      "version": "0.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the codex CLI binary. Defaults to 'codex' on PATH.",
          "format": "string",
          "default": "codex",
          "name": "CODEX_CLI_PATH"
        },
        {
          "description": "Default Codex model for query/review/search.",
          "format": "string",
          "name": "CODEX_DEFAULT_MODEL"
        },
        {
          "description": "Model to use when the primary model hits a quota error.",
          "format": "string",
          "name": "CODEX_FALLBACK_MODEL"
        },
        {
          "description": "Maximum concurrent Codex CLI subprocesses (default 3).",
          "format": "number",
          "default": "3",
          "name": "CODEX_MAX_CONCURRENT"
        },
        {
          "description": "Controls which MCP servers from ~/.codex/config.toml stay enabled inside the Codex subprocess. Empty/unset disables all non-required servers; 'inherit' passes config through; comma-separated names (e.g. 'serena,github') enables those; values starting with '{' or '[' are raw TOML.",
          "format": "string",
          "name": "CODEX_MCP_SERVERS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}