Named Docker and Fly Machine sandbox computers with an interactive MCP App dashboard.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP Sandbox Computer VM for AI is a lifecycle-focused fork of Kilntainers. It gives agents isolated Linux computers, stable IDs, temporary or persistent lifecycles, an interactive MCP App dashboard, and first-class Docker and Fly Machines backends.
computer_id, or omit it to receive a readable random slug.terminal_execute stays simple, while optional provider-neutral lifecycle tools power both models and the dashboard.Agents are already excellent at using terminals and can save thousands of tokens with common Linux utilities like grep, find, jq, and awk. Giving an agent access to the host OS is dangerous, while provisioning large numbers of isolated environments is operationally painful. MCP Sandbox Computer VM for AI gives every agent a dedicated sandbox with an explicit lifecycle.
Run the released package directly from PyPI. Docker and stdio are the defaults:
Add it to Claude Code:
Or add it to a JSON-based MCP client such as Claude Desktop:
By default, the server exposes only terminal_execute. Set ENABLE_LIFECYCLE_TOOLS=true before starting the server to expose the computer_* tools and MCP App dashboard. For a JSON-based stdio client, add it to the server configuration:
Then call computer_dashboard to open the App. The dashboard has no external browser dependencies. Its internal resource URI remains ui://kilntainers/computers for compatibility with the upstream implementation.
terminal_execute accepts two additional optional inputs:
computer_id: a 1–63 character lowercase slug. The first call without one creates a readable random ID and reuses it as that MCP session's default.temporary: defaults to true. Temporary computers are removed when the owning MCP session closes. Set it to false for a computer that survives server/session shutdown and can be reattached later by ID.Every execution result includes computer_id and temporary next to stdout, stderr, exit code, and duration:
Lifecycle tools are provider-neutral and are disabled unless ENABLE_LIFECYCLE_TOOLS=true:
| Tool | Purpose |
|---|---|
computer_dashboard | Open the MCP App and return the current inventory |
computer_list | List state, backend, image, provider ID, and lifecycle mode |
computer_create | Create/attach by ID; omission always generates a new slug |
computer_restart | Restart while preserving writable state |
computer_factory_reset | Erase writable state and recreate from the base image |
computer_delete | Permanently remove the computer |
terminal_execute call, the server creates a named isolated computer. Each connection gets its own random default unless it explicitly attaches by ID.Security: The agent communicates with the sandbox over MCP — it doesn't run inside it. This is intentional: agents often need secrets (API keys, system prompts, code), and those should never be exposed inside a sandbox where a prompt injection could exfiltrate them.
Agent Isolation & Sandbox Lifecycle: An omitted ID gives each MCP connection an isolated default computer. Explicit IDs make reconnection intentional. Docker labels and Fly Machine metadata make permanent computers discoverable after the MCP server itself restarts.
See the CLI Reference for all arguments.
Local containers via Docker or Podman. Any OCI image works.
The included image contains the Docker CLI and talks to the host daemon through its socket:
Set ENABLE_LIFECYCLE_TOOLS=true in the Compose service environment when you want the optional dashboard and computer_* tools.
compose.yaml binds only to loopback. For a remote listener, set KILNTAINERS_AUTH_TOKEN and send it as an Authorization: Bearer … header. Mounting the Docker socket grants the service control of the host Docker daemon; use a dedicated host or a restricted remote daemon in production.
Fly.io deploys OCI images as VM root filesystems. The fly backend provisions real Fly Machines through flyctl: temporary Machines use disposable root filesystems, while permanent Machines use persist_rootfs=always.
The normal setup is local stdio MCP with remote Fly Machines. There are no required app, region, CPU, or memory choices:
On first use the backend:
fly or flyctl, or downloads the current official release to ~/.fly/bin (set AUTO_INSTALL_FLYCTL=false to opt out);fly auth login session, FLY_API_TOKEN, or FLY_TOKEN;personal organization when available, otherwise the first organization on the account;~/.mcp-sandbox-computer-vm-for-ai/fly.json;Authentication is the only unavoidable account step. On a genuinely fresh machine, start the MCP once so it installs flyctl, then run the exact flyctl auth login command shown by its error and restart the MCP client. CI can set FLY_API_TOKEN instead. FLY_ORG, FLY_APP_NAME, FLY_REGION, and the --fly-* flags remain optional overrides.
This repository's .mcp.json is ready for Fly mode and runs the local checkout with lifecycle tools enabled. For a client outside the checkout, use this equivalent configuration:
The first terminal_execute call creates a temporary Machine. To keep its root filesystem, pass a stable computer_id and temporary=false (or create a permanent computer in the dashboard).
The included fly.toml can still host the MCP HTTP controller itself. This requires an app-scoped deploy token inside that controller because a Fly Machine cannot use your laptop's cached login:
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-sandbox-computer-vm-for-ai)<a href="https://allmcps.com/mcp/mcp-sandbox-computer-vm-for-ai"><img src="https://allmcps.com/api/badge/mcp-sandbox-computer-vm-for-ai?style=directory" alt="MCP Sandbox Computer VM for AI on AllMCPs" /></a>