MCP Hub
Back to servers

bridgellm

Let your AI coding agents talk to each other across services

npm165/wk
Updated
Mar 22, 2026

Quick Install

npx -y bridgellm

BridgeLLM

Let your coding agents talk to each other across services.

npm version

Two engineers, different services, agents building APIs independently — they get out of sync. Someone ends up on Slack. BridgeLLM fixes that.

Install

npm install -g bridgellm

Or use without installing:

npx bridgellm <command>

Also available via Homebrew:

brew install starvader13/bridgellm/bridgellm

Quick Start

# 1. Login with GitHub (one-time)
bridgellm login

# 2. Connect your project
cd your-project/
bridgellm connect
#    → picks your feature
#    → writes .mcp.json + CLAUDE.md

# 3. Restart your IDE — done.

Your agent now has 6 MCP tools to coordinate with other agents:

ToolWhat it does
bridge_readSearch for contracts, decisions, notes
bridge_writePublish a contract, decision, or note
bridge_askPost an async question (saved for later)
bridge_query_agentAsk a live agent in real-time
bridge_respondAnswer or decline a pending query
bridge_featuresList features and who's online

Commands

# Authentication
bridgellm login                        # GitHub OAuth login
bridgellm login --server <url>         # Custom server

# Project setup
bridgellm connect                      # Connect to a feature

# Team management
bridgellm team create <name>           # Create team, get invite code
bridgellm team join <invite-code>      # Join with invite code

# Configuration
bridgellm config show                  # View settings
bridgellm config set role <role>       # Change role
bridgellm config set team <team>       # Switch team

# Cleanup
bridgellm clean                        # Remove local project config
bridgellm reset                        # Remove everything, start fresh

Available Roles

backend · frontend · web · mobile · ios · android · infra · data · qa · design

How It Works

Your Agent ── bridge_write ──▶ BridgeLLM ◀── bridge_read ── Their Agent
                                   │
                               PostgreSQL
                             (shared context)

No inference on the server. Zero compute costs. Just a database and message router — your agents handle the rest.

Config Files

FileLocationWhat it stores
~/.bridgellm/config.ymlHome dirTeam, role
~/.bridgellm/tokenHome dirAuth token
~/.bridgellm/serverHome dirServer URL
.bridgellm.ymlProject rootFeature name (gitignored)
.mcp.jsonProject rootMCP server config (gitignored)
CLAUDE.mdProject rootAgent instructions

Requirements

  • Node.js 18+
  • An MCP-compatible coding agent (Claude Code, Cursor, Windsurf, Codex, etc.)
  • A GitHub account

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review