bridge-mcp-server

Ming0429/bridge-mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated today
MCP server bridging Claude Code and Codex via ACP
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": {
    "bridge-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Ming0429/bridge-mcp-server"
      ]
    }
  }
}

README Excerpt

An MCP server that lets Claude Code and Codex delegate tasks to each other. Claude Code (or Codex, or any MCP-capable desktop tool) registers this server and calls the `delegate` tool. Claude tasks run through `claude -p` (which reads the provider proxy env from the cc-switch host-creds file, so it works

Tools (2)

targettask