sandbox-as-a-service-mcp

fstandhartinger/sandbox-as-a-service-mcp
★ 0 stars JavaScript Code/Dev Tools Updated today
MCP server for Sandbox as a Service: give an agent a real Linux VM — run commands, move files, expose a preview URL, destroy it.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sandbox-as-a-service": {
      "command": "npx",
      "args": [
        "-y",
        "fstandhartinger/sandbox-as-a-service-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that gives an agent a real Linux virtual machine it can break. Eleven tools: create a sandbox, run shell commands in it, write and read files, list what a run produced, expose a port on a public preview URL, extend the lifetime, destroy it, and check what it

Tools (13)

AAS_API_KEYAAS_BASE_URLcreate_sandboxdestroy_sandboxexpose_portextend_sandboxget_sandboxget_usagelist_fileslist_sandboxesread_filerun_commandwrite_file

Topics

ai-agentscloud-sandboxcode-executioncode-interpreterllmmcpmcp-servermodel-context-protocolsandboxvm