Skip to main content
ClaudeWave
fstandhartinger avatar
fstandhartinger

sandbox-as-a-service-mcp

Ver en GitHub

MCP server for Sandbox as a Service — give an agent a real Linux VM: run commands, move files, expose a preview URL, destroy it.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: NPX · https
Claude Code CLI
claude mcp add sandbox-as-a-service-mcp -- npx -y https
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "sandbox-as-a-service-mcp": {
      "command": "npx",
      "args": ["-y", "https"],
      "env": {
        "AAS_API_KEY": "<aas_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
AAS_API_KEY
Casos de uso

Resumen de MCP Servers

# sandbox-as-a-service-mcp

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
all cost.

Each sandbox is a dedicated VM with its own kernel — not a container sharing a host with other
people's code. It is never reused between accounts and is destroyed when it expires, whether or not
anything remembered to ask.

## Use it

```bash
AAS_API_KEY=aas_sk_... npx -y https://sandbox-as-a-service.com/mcp.tgz
```

Get a key at [sandbox-as-a-service.com](https://sandbox-as-a-service.com) — new accounts start with
free credit and no card.

### Claude Desktop / Claude Code

```json
{
  "mcpServers": {
    "sandbox": {
      "command": "npx",
      "args": ["-y", "https://sandbox-as-a-service.com/mcp.tgz"],
      "env": { "AAS_API_KEY": "aas_sk_..." }
    }
  }
}
```

## The tools

| Tool | What it does |
|---|---|
| `create_sandbox` | Creates a VM and returns its id once it is ready. |
| `run_command` | Runs a shell command as an unprivileged user. Returns stdout, stderr, exit code. |
| `write_file` | Writes a file. Content travels out of band, so quotes and binary survive. |
| `read_file` | Reads a file back — how an agent gets at what its code produced. |
| `list_files` | Lists a directory tree, so an agent can find what a run produced. |
| `expose_port` | Gives a server inside the sandbox a public https URL to share. |
| `get_sandbox` | Status, size and expiry. |
| `list_sandboxes` | Everything on the account, newest first — useful for finding strays. |
| `extend_sandbox` | Pushes the expiry out when a job outgrows its timeout. |
| `destroy_sandbox` | Destroys it and stops billing. |
| `get_usage` | Remaining credit and recent usage. |

## Notes for agents

- Code runs as an unprivileged user. There is no `sudo`, so `apt-get` will not work; use
  `pip install --user --break-system-packages` or `npm install`, both of which do.
- `run_command` waits for the command to finish. Start a server with `&` or it will hold the call
  open until the timeout.
- A sandbox is destroyed when its timeout expires whether or not `destroy_sandbox` is called, so a
  forgotten sandbox costs minutes, not money forever. Calling it anyway returns the minutes you were
  not going to use.

## Environment

| Variable | |
|---|---|
| `AAS_API_KEY` | Required. Your API key. |
| `AAS_BASE_URL` | Optional. Defaults to `https://sandbox-as-a-service.com/v1`. |

MIT licensed. The service it talks to is at
[sandbox-as-a-service.com](https://sandbox-as-a-service.com);
[docs](https://sandbox-as-a-service.com/docs/mcp).

Lo que la gente pregunta sobre sandbox-as-a-service-mcp

¿Qué es fstandhartinger/sandbox-as-a-service-mcp?

+

fstandhartinger/sandbox-as-a-service-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Sandbox as a Service — give an agent a real Linux VM: run commands, move files, expose a preview URL, destroy it. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-22.

¿Cómo se instala sandbox-as-a-service-mcp?

+

Puedes instalar sandbox-as-a-service-mcp clonando el repositorio (https://github.com/fstandhartinger/sandbox-as-a-service-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar fstandhartinger/sandbox-as-a-service-mcp?

+

Nuestro agente de seguridad ha analizado fstandhartinger/sandbox-as-a-service-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene fstandhartinger/sandbox-as-a-service-mcp?

+

fstandhartinger/sandbox-as-a-service-mcp es mantenido por fstandhartinger. La última actividad registrada en GitHub es del 2026-08-22, con 0 issues abiertos.

¿Hay alternativas a sandbox-as-a-service-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega sandbox-as-a-service-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: fstandhartinger/sandbox-as-a-service-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fstandhartinger-sandbox-as-a-service-mcp)](https://claudewave.com/repo/fstandhartinger-sandbox-as-a-service-mcp)
<a href="https://claudewave.com/repo/fstandhartinger-sandbox-as-a-service-mcp"><img src="https://claudewave.com/api/badge/fstandhartinger-sandbox-as-a-service-mcp" alt="Featured on ClaudeWave: fstandhartinger/sandbox-as-a-service-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a sandbox-as-a-service-mcp