cage-bro

aeroxy/cage-bro
★ 9 stars Rust Code/Dev Tools Updated 3d ago
A sandboxed execution environment for AI agents. Single Rust binary with browser, shell, code execution, file ops, and MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cage-bro": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "cage-bro"
      ]
    }
  }
}