Self-hosted compute Claude, Cursor, and Roo can drive. One docker run on a machine you own, instant isolated sandboxes with credentials and tools already wired.
Sandboxes run on hardware you control. Hetzner, AWS, a laptop, a Pi — anywhere Docker runs. Code, data, and credentials stay on your side.
Wire agentry stdio into any MCP client.
Your model gets a full Linux shell, Python, code execution, file I/O,
and ports — no per-tool plumbing.
Laptop to bridge to provisioner — every hop is mutually authenticated. CA keys live in KMS, never on disk. No long-lived secrets shared with the model.
From zero to "Claude is writing real code in a real sandbox."
Create a free account. Takes 10 seconds.
The dashboard hands you a single docker run. Paste on
a server (Hetzner, EC2, your laptop). It enrolls itself over mTLS in
about a second.
Install agentry on your laptop, run
agentry init, and add it as an MCP
server in Claude Desktop, Cursor, or Roo. Your model now has real
compute.
macOS and Linux. One line. Detects your arch automatically.
curl -fsSL https://agentry.run/install.sh | sh
Prefer to grab the binary by hand? Browse releases →