Tool Submission
Name: cowork-to-code-bridge
Repo: https://github.com/abhinaykrupa/cowork-to-code-bridge
Stars: 5 (new, growing)
License: MIT
Category: Companion App / MCP Server / Bridge Tool
What it does
An async file-based bridge that connects Claude Cowork and any MCP-aware agent framework to Claude Code running on your local machine. Any agent can call escalate_to_claude via MCP and Claude Code on the local machine runs the task with full context — repos, shell, environment, installed tools.
Why it belongs here
This fills a gap in the Claude Code ecosystem: it's the missing link between cloud/sandbox agents (including Claude Cowork) and Claude Code's full local capabilities. It exposes Claude Code as a callable service for other agents.
Ships with:
- 15+ ready-to-use shell scripts (health checks, git, Docker, disk, etc.)
- MCP server interface (escalate_to_claude, get_operation_status, cancel_operation)
- Async task queue with idempotent retries
- Per-operation metrics + loop detection (circuit breaker)
- Budget caps per operation
- Homebrew install + selfcheck command
- Support for CrewAI, AutoGen, LlamaIndex, LiteLLM, Hermes, n8n
Integration
Works as a companion app that starts automatically at login (launchd/systemd). Claude Code in any session can call the bridge via the client library. Any external MCP client can escalate tasks to it.
Tool Submission
Name: cowork-to-code-bridge
Repo: https://github.com/abhinaykrupa/cowork-to-code-bridge
Stars: 5 (new, growing)
License: MIT
Category: Companion App / MCP Server / Bridge Tool
What it does
An async file-based bridge that connects Claude Cowork and any MCP-aware agent framework to Claude Code running on your local machine. Any agent can call
escalate_to_claudevia MCP and Claude Code on the local machine runs the task with full context — repos, shell, environment, installed tools.Why it belongs here
This fills a gap in the Claude Code ecosystem: it's the missing link between cloud/sandbox agents (including Claude Cowork) and Claude Code's full local capabilities. It exposes Claude Code as a callable service for other agents.
Ships with:
Integration
Works as a companion app that starts automatically at login (launchd/systemd). Claude Code in any session can call the bridge via the client library. Any external MCP client can escalate tasks to it.