Skip to main content
Glama
fstandhartinger

sandbox-as-a-service-mcp

sandbox-as-a-service-mcp

エージェントが壊せる本物のLinux仮想マシンを提供するMCPサーバーです。

11のツール: サンドボックスの作成、その中でのシェルコマンドの実行、ファイルの書き込みと読み取り、実行結果の一覧表示、公開プレビューURLでのポート公開、有効期限の延長、破棄、そして費用の確認。

各サンドボックスは独自のカーネルを持つ専用VMです。他の人のコードとホストを共有するコンテナではありません。アカウント間で再利用されることはなく、期限が切れると破棄されます。破棄を依頼したかどうかに関わらず、です。

使い方

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

sandbox-as-a-service.com でキーを取得してください。新規アカウントは無料クレジット付きで、カードは不要です。

Claude Desktop / Claude Code

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

Related MCP server: microsandbox-mcp

ツール

ツール

説明

create_sandbox

VMを作成し、準備ができるとそのIDを返します。

run_command

非特権ユーザーとしてシェルコマンドを実行します。stdout、stderr、終了コードを返します。

write_file

ファイルを書き込みます。コンテンツは帯域外で転送されるため、引用符やバイナリも保持されます。

read_file

ファイルを読み戻します。エージェントが自分のコードの生成物にアクセスする方法です。

list_files

ディレクトリツリーを一覧表示し、エージェントが実行結果を見つけられるようにします。

expose_port

サンドボックス内のサーバーに、共有用の公開https URLを提供します。

get_sandbox

ステータス、サイズ、有効期限を返します。

list_sandboxes

アカウント上のすべてを新しい順に一覧表示します。放置されたサンドボックスを見つけるのに便利です。

extend_sandbox

ジョブがタイムアウトを超えたときに有効期限を延長します。

destroy_sandbox

破棄して課金を停止します。

get_usage

残りのクレジットと最近の使用状況を表示します。

エージェント向けの注意事項

  • コードは非特権ユーザーとして実行されます。sudo はないため apt-get は機能しません。代わりに pip install --user --break-system-packages または npm install を使用してください。どちらも機能します。

  • run_command はコマンドの終了を待ちます。サーバーを起動するときは & を付けてください。付けないと、タイムアウトまで呼び出しが開いたままになります。

  • サンドボックスは、destroy_sandbox が呼ばれるかどうかに関係なく、タイムアウトが切れると破棄されます。そのため、忘れられたサンドボックスは、永遠にお金がかかるのではなく、数分のコストだけです。それでも呼び出せば、使う予定のなかった分が返ってきます。

環境

変数

AAS_API_KEY

必須。あなたのAPIキー。

AAS_BASE_URL

任意。デフォルトは https://sandbox-as-a-service.com/v1

MITライセンスです。このサーバーが通信するサービスは sandbox-as-a-service.com にあります。ドキュメント

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.

  • Persistent cloud development environments that coding agents create, run and test software in.

  • The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fstandhartinger/sandbox-as-a-service-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server