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