bridgableplugin

Claude Code

Install the Bridgable plugin in Claude Code.

Claude Code

Prerequisites

Install Claude Code if you don't have it:

curl -fsSL https://claude.ai/install.sh | bash

Install, launch, and authenticate

Copy and paste this into your terminal — it installs the plugin, activates it, and opens the browser for authentication in one go:

claude plugin marketplace add https://github.com/thomsoren/bridgable-plugin.git && \
claude plugin install bridgable@bridgable && \
claude "Authenticate Bridgable: call the plugin:bridgable:bridgable authenticate MCP tool, then immediately run 'open \"<url>\"' (macOS) or 'xdg-open \"<url>\"' (Linux) via the Bash tool on the URL it returns. Do not print the URL."

What happens

  1. plugin marketplace add — registers the Bridgable plugin repository.
  2. plugin install — installs and enables the plugin for your sessions.
  3. The final claude command — starts Claude Code, triggers the OAuth flow, and opens your browser so you can sign in on bridgable.ai.

Once you sign in, the plugin is authenticated and ready to use.

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

The agent automatically calls the Bridgable MCP tools to get accurate component documentation.

On this page