| Product | Shape | Agent access | Shared live state | Cloud lab | Status |
|---|---|---|---|---|---|
| reverser.space | Hosted, shared RE lab | MCP across the full lab | Humans and agents, live | Complete isolated environment | Active, early |
| Binary Ninja Cloud | Free browser analysis | No API or plugins | Real-time collaboration | Browser analyst workspace | Active |
| IDA Teams | Git-based IDB collaboration | No native agent runtime | Commit, pull, diff, merge | Desktop tools required | Active add-on |
| Ghidra Server | Shared project repository | Plugin required | Check-out, update, merge | Self-hosted repo, local Ghidra | Active |
| BinSync | Cross-decompiler Git sync | No native agent runtime | Artifact push and pull | Local tools required | Active |
| Ghidra, Binary Ninja, and radare2 MCP servers | Tool-specific MCP bridges | Commands from one tool | No shared live session | You build and run the lab | Active projects |
The graveyard
IDArling proved that reverse engineers wanted live collaboration. It added cursors and instant sync to IDA, but the project is now archived. collabREate came earlier and is now dormant.
CollaRE passed project files between tools. It is now quiet, and every analyst still needs a separate local setup.
The pattern is simple. Plugins can sync files or edits, but they do not fix the fragmented environment underneath.
What is available now
Binary Ninja Cloud is the closest browser comparison. It offers free browser analysis and live collaboration. It has no API access or plugins, so it is built for human analysts, not agents.
IDA Teams brings Git workflows into IDA. Teams clone, commit, push, pull, diff, and merge IDB files. BinSync syncs analysis artifacts across IDA, Binary Ninja, Ghidra, and angr-management. Both work well for teams that already run desktop tools, but neither is a live agent environment.
Ghidra Server is the free shared-project option. Analysts check out data, work locally, check in changes, and merge conflicts. It is a project repository, not a live cloud lab.
Individual tools now have MCP too. radare2 has an official MCP server, while community projects expose Ghidra and Binary Ninja. They connect an agent to one tool on one machine. You still provide the compute, isolation, files, state, and collaboration layer.
MCP, with an entire lab behind it
A normal MCP server opens one tool to an agent. reverser.space opens the whole lab: disassembly, Ghidra decompilation, debugging, sandboxed execution, graphs, symbols, strings, cross-references, and persistent analysis state.
It is MCP on steroids, but the real advantage is not more commands. Everything is already installed, connected, isolated, and working on the same binary. Humans and agents enter the same session, see the same work, and build on it live.
Every action has a name on it. An expert can guide an agent without exporting a report or starting over. That makes each session both a working lab and a record of the feedback needed to evaluate and train better agents.
The trade-off is simple. Sessions run in our cloud. If a sample cannot leave your network, use a local Ghidra or IDA setup until self-hosting is available.
Judge it in one click: a live read-only session, no account needed.
Open a real cloud session, or connect your own agent through MCP.