Feature Area
Core functionality
Is your feature request related to a an existing bug? Please link it here.
N/A
Describe the solution you'd like
Problem
Crew.ai users who want to use Claude Code on their machine face a challenge: Crew.ai agents can't directly access Claude Max/Pro subscription for local execution.
Current options:
- API key (separate billing, loses local context)
-
- Claude Code CLI (no integration path)
-
-
- Custom tools (manual wiring, complex setup)
Solution: Use cowork-to-code-bridge as MCP Provider
cowork-to-code-bridge is an open-source daemon that exposes Claude Code via MCP (Model Context Protocol). Crew.ai agents can now escalate work to Claude Code on the same machine.
Reference Implementation
GitHub: https://github.com/abhinaykrupa/cowork-to-code-bridge
MCP Docs: https://github.com/abhinaykrupa/cowork-to-code-bridge/blob/main/docs/MCP_SERVER_IMPLEMENTATION.md
Integration Guide: https://github.com/abhinaykrupa/cowork-to-code-bridge/blob/main/docs/EXTERNAL_AGENT_INTEGRATION.md
Describe alternatives you've considered
No response
Additional context
No response
Willingness to Contribute
Yes, I'd be happy to submit a pull request
Feature Area
Core functionality
Is your feature request related to a an existing bug? Please link it here.
N/A
Describe the solution you'd like
Problem
Crew.ai users who want to use Claude Code on their machine face a challenge: Crew.ai agents can't directly access Claude Max/Pro subscription for local execution.
Current options:
Solution: Use cowork-to-code-bridge as MCP Provider
cowork-to-code-bridge is an open-source daemon that exposes Claude Code via MCP (Model Context Protocol). Crew.ai agents can now escalate work to Claude Code on the same machine.
Reference Implementation
GitHub: https://github.com/abhinaykrupa/cowork-to-code-bridge
MCP Docs: https://github.com/abhinaykrupa/cowork-to-code-bridge/blob/main/docs/MCP_SERVER_IMPLEMENTATION.md
Integration Guide: https://github.com/abhinaykrupa/cowork-to-code-bridge/blob/main/docs/EXTERNAL_AGENT_INTEGRATION.md
Describe alternatives you've considered
No response
Additional context
No response
Willingness to Contribute
Yes, I'd be happy to submit a pull request