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.tgzsandbox-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
ツール
ツール | 説明 |
| VMを作成し、準備ができるとそのIDを返します。 |
| 非特権ユーザーとしてシェルコマンドを実行します。stdout、stderr、終了コードを返します。 |
| ファイルを書き込みます。コンテンツは帯域外で転送されるため、引用符やバイナリも保持されます。 |
| ファイルを読み戻します。エージェントが自分のコードの生成物にアクセスする方法です。 |
| ディレクトリツリーを一覧表示し、エージェントが実行結果を見つけられるようにします。 |
| サンドボックス内のサーバーに、共有用の公開https URLを提供します。 |
| ステータス、サイズ、有効期限を返します。 |
| アカウント上のすべてを新しい順に一覧表示します。放置されたサンドボックスを見つけるのに便利です。 |
| ジョブがタイムアウトを超えたときに有効期限を延長します。 |
| 破棄して課金を停止します。 |
| 残りのクレジットと最近の使用状況を表示します。 |
エージェント向けの注意事項
コードは非特権ユーザーとして実行されます。
sudoはないためapt-getは機能しません。代わりにpip install --user --break-system-packagesまたはnpm installを使用してください。どちらも機能します。run_commandはコマンドの終了を待ちます。サーバーを起動するときは&を付けてください。付けないと、タイムアウトまで呼び出しが開いたままになります。サンドボックスは、
destroy_sandboxが呼ばれるかどうかに関係なく、タイムアウトが切れると破棄されます。そのため、忘れられたサンドボックスは、永遠にお金がかかるのではなく、数分のコストだけです。それでも呼び出せば、使う予定のなかった分が返ってきます。
環境
変数 | |
| 必須。あなたのAPIキー。 |
| 任意。デフォルトは |
MITライセンスです。このサーバーが通信するサービスは sandbox-as-a-service.com にあります。ドキュメント。
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceProvides isolated sandbox environments for AI agents to execute code securely, generating signed receipts for every execution to ensure auditability and trust.174MIT
- AlicenseAqualityBmaintenanceConnects AI agents to microsandbox for creating lightweight sandboxes, executing code, managing files, and monitoring resources.1914613Apache 2.0
- AlicenseAqualityDmaintenanceProvides a local, isolated Linux VM sandbox for AI agents using Apple's Virtualization.framework, enabling fast command execution (~60ms) and package management without cloud costs.351MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to run compute tasks in secure sandboxes with optional interactive UIs, brokering between agents and isolated execution environments.Apache 2.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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