A sandboxed execution environment for AI agents. Single Rust binary with browser, shell, code execution, file ops, and MCP server.
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"
]
}
}
}
Run in terminal:
claude mcp add cage-bro cargo run -- cage-bro
Add to .cursor/mcp.json:
{
"mcpServers": {
"cage-bro": {
"command": "cargo",
"args": [
"run",
"--",
"cage-bro"
]
}
}
}