worker-bridge

trollbot2012/worker-bridge
★ 0 stars Python Code/Dev Tools Updated today
Delegate coding tasks to external AI coding agents (Codex, Claude Code, OpenCode, VS Code) in isolated git worktrees with independent verification — as an MCP server any agent can use.
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": {
    "worker-bridge": {
      "command": "uvx",
      "args": [
        "worker-bridge"
      ]
    }
  }
}

Or install with pip: pip install worker-bridge

README Excerpt

**Delegate coding tasks to external AI coding agents — in isolated git worktrees, with independent verification — from any agent, over MCP.** worker-bridge lets one AI agent hand a scoped coding job (implement a feature, fix a cross-file bug, run a migration) to an external coding CLI — **Codex, Claude Code, OpenCode, or any command-line agent** — inside an isolated git worktree, then **independently verifies the diff itself** before handing it back. It exposes this as an **MCP server**, so any

Tools (9)

WORKER_BRIDGE_HOMEWORKER_BRIDGE_MAX_CONCURRENCYWORKER_BRIDGE_REPO_CONCURRENCYWORKER_BRIDGE_STORElist_workersworker_cancelworker_delegateworker_logsworker_status