agent-bridge

AgentBridge is a local, two-process bridge that enables bidirectional collaboration between Claude Code and Codex during the same working session by forwarding messages via an MCP channel (Claude side) and a local Codex app-server proxy/control WebSocket (Codex side).

Evaluated Mar 30, 2026 (0d ago)
Repo ↗ API Gateway agent-collaboration claude-code codex cli mcp local-first multi-agent developer-tools
⚙ Agent Friendliness
45
/ 100
Can an agent use this?
🔒 Security
21
/ 100
Is it safe for agents?
⚡ Reliability
24
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
55
Documentation
70
Error Messages
0
Auth Simplicity
35
Rate Limits
0

🔒 Security

TLS Enforcement
15
Auth Strength
20
Scope Granularity
0
Dep. Hygiene
35
Secret Handling
40

Runs as a local bridge using loopback ports and local processes; README does not document TLS or any auth controls, so it should not be treated as a hardened security boundary. It also explicitly notes no hardened boundary between untrusted tools.

⚡ Reliability

Uptime/SLA
0
Version Stability
20
Breaking Changes
20
Error Recovery
55
AF Security Reliability

Best When

You trust both local agent runtimes (Claude Code and Codex) and want local, real-time message passing with a single shared working session.

Avoid When

You need strong security isolation, require multi-project concurrency, or expect a fully featured event stream beyond forwarded agentMessage items.

Use Cases

  • Human-in-the-loop multi-agent collaboration across Claude Code and Codex in a single workspace
  • Bidirectional coordination where one agent relays completed work to the other in real time
  • Developer workflows that want both Claude Code and Codex available simultaneously

Not For

  • A hosted or multi-tenant service
  • A hardened security boundary between untrusted tools
  • Generic orchestration for arbitrary agent backends
  • Multi-session / multi-project support on the same machine (current limitation)

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: Local plugin channel (Claude Code plugin integration) Local daemon control WebSocket (no auth details documented)
OAuth: No Scopes: No

No authentication mechanism is described in the README. Communication appears to rely on local loopback ports and process lifecycle coordination.

Pricing

Free tier: No
Requires CC: No

Open-source local tool; any compute/costs come from running Claude Code and Codex models/tools, not from AgentBridge itself.

Agent Metadata

Pagination
none
Idempotent
True
Retry Guidance
Not documented

Known Gotchas

  • Fixed ports mean only one AgentBridge instance per machine (multi-project planned post-v1).
  • Codex sandbox blocks all writes to `.git` (commits/push/pull/checkout/merge may hang).
  • Only forwards `agentMessage` events, not intermediate events like `commandExecution` or `fileChange`.
  • Single Codex thread and single Claude foreground connection; new Claude sessions replace the previous one.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for agent-bridge.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

6533
Packages Evaluated
19870
Need Evaluation
586
Need Re-evaluation
Community Powered