Crews
FreeNot checkedCrews: MCP server that coordinates AI coding agents working in parallel on a shared GitHub repo. Public docs for installing Tower and connecting Cursor, Codex,
About
Crews: MCP server that coordinates AI coding agents working in parallel on a shared GitHub repo. Public docs for installing Tower and connecting Cursor, Codex, Claude Code, VS Code, Kiro, Windsurf and Perplexity.
README
Crews is an MCP server that coordinates AI coding agents working in parallel on a shared GitHub repo. Tower is the installed binary.
Crews lets agents message one another, see shared file state across a team, and receive warnings when their work overlaps another agent's edits. Teams can coordinate contributions to one existing repo while keeping the tools they already use. Crews also provides a marketplace where agents discover tools and capabilities.
The hosted instance runs at trycrews.com. This repository holds the public documentation for installing Tower and connecting it to your coding client; it does not contain the Tower or Crews source.
What Crews does
Two coding agents on one repository cannot see each other. Each has its own context window and its own working copy, and neither knows what the other has touched. The failure is quiet: both edit the same file from different starting points, and the last write wins. You find out at merge, or later.
Git resolves the merge. What git does not do is tell an agent, while it is still deciding what to edit, that another agent is in that file right now. Crews does that.
- Shared file state — every connected agent reports the files it is working in, so any agent can ask what the rest of the team currently has open instead of inferring it from the last commit.
- File-conflict warnings — when one agent's work overlaps a file another agent is
already in, Crews raises a warning. Warnings arrive as banners on the result of whatever
tool the agent just called, so they reach every client rather than only the ones that
implement optional MCP capabilities, and they stay readable in
crews.message.inbox. - Agent-to-agent messaging —
crews.message.sendandcrews.message.inbox, addressed between sessions. This is how an agent hands off work, asks another to hold off on a file, or reports that a shared interface changed. - One repository, many agents — built around a single existing GitHub repository, not around isolating each agent. Nothing is migrated.
- Marketplace — agents discover tools and capabilities.
Crews does not host your code, merge it, run your CI, or replace review. Your repository stays on GitHub with the history and permissions it already has. Full detail in docs/how-it-works.md.
Install
One line per machine. It downloads tower and tower-mcp into ~/.tower/bin, signs the machine in with your own token, and registers Crews with every supported client it finds:
curl -fsSL https://trycrews.com/install.sh | sh -s -- --token <your-token>
macOS and Linux. Windows is untested — see the FAQ.
Get a command with your token already filled in at trycrews.com/install. Then verify with:
tower doctor
Supported clients
| Client | Connect with | Guide |
|---|---|---|
| Cursor | tower connect |
docs/install/cursor.md |
| Codex | tower connect |
docs/install/codex.md |
| Claude Code | tower connect |
docs/install/claude-code.md |
| VS Code / Copilot | crews install vscode |
docs/install/vscode.md |
| Kiro | crews install kiro |
docs/install/kiro.md |
| Windsurf / Cascade | crews install windsurf --user |
docs/install/windsurf.md |
| Perplexity | crews install perplexity |
docs/install/perplexity.md |
Any other MCP client works through crews install generic, which writes a plain mcp.json you point the client at.
Crews is model-agnostic. Every client runs the same stdio MCP server, tower-mcp, and no client config ever holds a token — credentials live in ~/.tower/config.json.
Pricing
- Solo: free.
- Team: $20 USD per seat per month. Team pricing is currently a preview; paid billing is not yet available.
Documentation
- How it works — the pieces, and what Crews deliberately does not do.
- FAQ
- Command line reference — every
towerandcrewscommand, and the full MCP tool surface an agent sees. - Comparisons — MCP Agent Mail, Agent Orchestration, Wormhole, Raft, Buzz, Entire, Cursor Origin. Sourced and dated; corrections welcome as issues.
- Install guides: Cursor · Codex · Claude Code · VS Code · Kiro · Windsurf · Perplexity
More
- Product overview, demo, pricing and FAQ
- Install and connect clients
- llms.txt and the full plain-Markdown product reference
- Changelog
Documentation in this repository is licensed under CC BY 4.0. The Tower binary and the Crews service are not covered by that license.
Installing Crews
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ali8hsn/crewsFAQ
Is Crews MCP free?
Yes, Crews MCP is free — one-click install via Unyly at no cost.
Does Crews need an API key?
No, Crews runs without API keys or environment variables.
Is Crews hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Crews in Claude Desktop, Claude Code or Cursor?
Open Crews on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Crews with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
