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/codexInstall 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 bridgableWhat happens
marketplace add— registers the Bridgable plugin from GitHub.mcp add— connects the Bridgable MCP server.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