Agent Plugins Marketplace
All plugins

codex-mcp-bridge

v0.3.0

A policy-enforcing Streamable HTTP MCP bridge from ChatGPT to local Codex.

Codex

By menajeLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 4, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install codex-mcp-bridge for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codex-mcp-bridge@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/menaje/codex-mcp-bridge-for-chatgpt

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

codex-mcp-bridge/
└── .codex-plugin/plugin.json

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "codex-mcp-bridge",
  "version": "0.3.0",
  "description": "A policy-enforcing Streamable HTTP MCP bridge from ChatGPT to local Codex.",
  "author": {
    "name": "menaje",
    "url": "https://github.com/menaje"
  },
  "homepage": "https://github.com/menaje/codex-mcp-bridge-for-chatgpt#readme",
  "repository": "https://github.com/menaje/codex-mcp-bridge-for-chatgpt",
  "license": "MIT",
  "keywords": [
    "codex",
    "chatgpt",
    "mcp",
    "model-context-protocol",
    "bridge"
  ],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Codex MCP Bridge for ChatGPT",
    "shortDescription": "Connect ChatGPT to your local Codex",
    "longDescription": "Run and monitor local Codex tasks from ChatGPT through a policy-enforcing MCP bridge. MCP Server is the stable default. Optional App Server integration is experimental and unsupported for production; use it only for personal or development work with monitoring and rollback ready.",
    "developerName": "menaje",
    "category": "Developer Tools",
    "capabilities": [
      "Run and continue local Codex tasks",
      "Monitor agents, activities, and jobs",
      "Choose models and reasoning effort",
      "Control working folders and access policy"
    ],
    "websiteURL": "https://github.com/menaje/codex-mcp-bridge-for-chatgpt",
    "defaultPrompt": [
      "Ask local Codex to inspect this project and explain how it works.",
      "Use local Codex to implement this change and track the activity.",
      "Show the status of my active Codex agents and activities."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[codex-mcp-bridge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-mcp-bridge)