Sandbox Computer VM for AI MCP Server

MCP Sandbox Computer VM for AI Named, manageable Linux computers for AI agents - via MCP. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 3 · #65 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Sandbox Computer VM for AI

before you install - you'll need

Set FLY_API_TOKEN, KILNTAINERS_AUTH_TOKEN before connecting.

Claude Code

claude mcp add flujo-app-mcp-sandbox-computer-vm-for-ai -- uvx mcp-sandbox-computer-vm-for-ai

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "flujo-app-mcp-sandbox-computer-vm-for-ai": {
      "command": "uvx",
      "args": [
        "mcp-sandbox-computer-vm-for-ai"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository a fork of another project - check the upstream repo before trusting releases

repo age created 2026-08-11 - young repo, little track record yet

license MIT - declared in the repository

pypi package mcp-sandbox-computer-vm-for-ai - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.flujo-app is GitHub-verified and matches the repo owner

03 · What Sandbox Computer VM for AI can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.2 · 2026-08-12

v0.2.1 · 2026-08-12

Add managed sandbox computers, MCP dashboard, and Fly.io support · Add PyPI and MCP Registry release tooling · Publish to PyPI with GitHub OIDC · New Contributors · @flujo-app made their first contribution in

04 · Who maintains Sandbox Computer VM for AI

MCP Sandbox Computer VM for AI is maintained by flujo-app. We track 4 MCP servers from flujo-app - 4 actively maintained, 4 combined GitHub stars, oldest repo from Aug 2026.

05 · Facts

category
cloud infrastructure - ranked #65 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-12)
registry
io.github.flujo-app/mcp-sandbox-computer-vm-for-ai (active, first published 2026-08-12 · 2 versions)
packages
pypi:mcp-sandbox-computer-vm-for-ai

06 · Sandbox Computer VM for AI FAQ

What is Sandbox Computer VM for AI?

MCP Sandbox Computer VM for AI Named, manageable Linux computers for AI agents - via MCP. It runs locally over stdio via the published package.

Is Sandbox Computer VM for AI still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Sandbox Computer VM for AI?

Run `uvx mcp-sandbox-computer-vm-for-ai`. The README documents 2 environment variables (FLY_API_TOKEN, KILNTAINERS_AUTH_TOKEN) to set first. Set FLY_API_TOKEN, KILNTAINERS_AUTH_TOKEN before connecting. You can also paste the ready-made client config above.

Does Sandbox Computer VM for AI run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Sandbox Computer VM for AI