Crew Bus — Local AI agent teams on Mac + iPhone, built entirely on MCP #1005
WestCoastRJ
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone — I'm Ryan, solo developer behind Crew Bus, a macOS + iOS app that runs coordinated AI agent teams locally on your Mac.
The whole thing is built on MCP. Here's what it does:
11 MCP tools let Claude (or any MCP client) orchestrate a crew of specialized agents running on your Mac:
How it works:
You say things like "ask Crew Boss to plan my week" or "what has Guardian flagged?" — and Claude uses MCP tools to coordinate your local agents through natural conversation.
Transport: stdio for Claude Desktop + Streamable HTTP with OAuth 2.1 via Cloudflare Workers relay for remote access
Privacy-first: All agent processing runs locally on your Mac. The relay is pass-through only — no data stored or logged.
What's shipping:
.mcpbdesktop extension file — drag onto Claude Desktop to connectAll 11 tools have safety annotations (readOnlyHint/destructiveHint). Privacy policy, 3 usage examples, manifest.json v0.3 — everything per the directory submission guide.
Would love feedback from the community. Happy to answer questions about the architecture or MCP integration.
Beta Was this translation helpful? Give feedback.
All reactions