starvader13/bridgellm
Let your AI coding agents talk to each other across services
Platform-specific configuration:
{
"mcpServers": {
"bridgellm": {
"command": "npx",
"args": [
"-y",
"bridgellm"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/bridgellm)
Your AI coding agents can't talk to each other. Backend Claude doesn't know what Frontend Claude is building. Someone ends up on Slack copy-pasting API contracts.
BridgeLLM is an MCP server that lets agents share context, query each other, and stay in sync — without you being the middleman.
npm install -g bridgellm
# or via Homebrew
brew install starvader13/bridgellm/bridgellmRequires Node.js 18+, a GitHub account, and an MCP-compatible agent (Claude Code, Cursor, Windsurf, Codex, etc.).
---
bridgellmThe CLI walks you through setup interactively:
Once done, it writes a .mcp.json in your project. Restart your IDE and your agent is connected.
cd another-project/
bridgellm
# skips login/team/role — just picks featurebridgellm
# shows current config ✓ Connected
┌─────────────────────────────────┐
│ Team: payments │
│ Feature: gift-cards │
│ Role: backend │
└─────────────────────────────────┘---
bridgellm --set role frontend # switch role
bridgellm --set feature checkout # switch feature
bridgellm --set team platform # switch teamUpdates config and rewrites .mcp.json automatically.
To re-pick everything interactively:
bridgellm --reconfigure---
Remove project config (.mcp.json, .bridgellm.yml) from the current directory:
bridgellm --disconnectWipe all local config (~/.bridgellm/ and project files):
bridgellm --reseLoading reviews...