bridgableplugin

Codex

Install the Bridgable plugin in OpenAI Codex CLI.

Codex

Prerequisites

Install the Codex CLI if you don't have it:

npm i -g @openai/codex

Install and authenticate

Copy and paste this into your terminal:

codex marketplace add thomsoren/bridgable-plugin && \
codex mcp add bridgable --url https://mcp.bridgable.no/mcp && \
codex mcp login bridgable

What happens

  1. marketplace add — registers the Bridgable plugin from GitHub.
  2. mcp add — connects the Bridgable MCP server.
  3. mcp login — opens your browser for OAuth sign-in on bridgable.ai.

Usage

After installation, just ask your agent about OpenBridge components:

> How do I use obc-slider in React?
> Set up OpenBridge in my Vue project
> Build me a bridge application with topbar and navigation

On this page