mcp-agent-bridge

catesandrew/mcp-agent-bridge
★ 0 stars TypeScript AI/LLM Updated today
Bridge AI coding agents (Claude Code, Codex, Copilot) as MCP servers for cross-agent code review and collaboration
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-agent-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "catesandrew/mcp-agent-bridge"
      ]
    }
  }
}

Topics

ai-agentsclaudecode-reviewcodexcopilotmcpmodel-context-protocoltypescript