Superserve Sandbox
@superserve-ai
Superserve Sandbox について
The Superserve MCP server lets any MCP client create and control isolated cloud sandboxes - each one a Firecracker microVM that boots in seconds. Your agent can run shell commands, read and write files, install dependencies, and expose a running server as a public preview URL, th
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"superserve": {
"url": "https://mcp.superserve.ai",
"headers": {
"Authorization": "Bearer <YOUR_SS_LIVE_KEY>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Superserve Sandbox?
Superserve Sandbox is an MCP server that lets any MCP client create and control isolated cloud sandboxes. Each sandbox is a Firecracker microVM that boots in seconds, and agents can run shell commands, read and write files, install dependencies, and expose running servers as public preview URLs. Secrets are brokered by the platform so credentials never pass through the model, and outbound network access is controllable per sandbox.
How to use Superserve Sandbox?
Run it locally with npx -y @superserve/mcp or connect to the hosted endpoint at mcp.superserve.ai – both require your Superserve API key for authentication. Works with Claude, Cursor, VS Code, Windsurf, and Codex.
Key features of Superserve Sandbox
- Create and control Firecracker microVMs that boot in seconds
- Run shell commands, read/write files, and install dependencies
- Expose a running server as a public preview URL
- Pause or delete sandboxes when finished
- Secrets are brokered by the platform, never passed through the model
- Outbound network access is controllable per sandbox
Use cases of Superserve Sandbox
- Run isolated code execution in a cloud sandbox for testing or debugging
- Deploy short-lived preview environments from an agent’s output
- Securely execute commands that require credentials or network restrictions
FAQ from Superserve Sandbox
What authentication does Superserve Sandbox require?
Both the local and hosted modes use your Superserve API key for authentication.
Which MCP clients are supported?
It works with Claude, Cursor, VS Code, Windsurf, and Codex.
Is any runtime or dependency required to run the server?
You need Node.js to run the local version via npx; the hosted endpoint is available without local dependencies.
What happens when the sandbox is no longer needed?
You can pause or delete the sandbox when done.
Can the sandbox talk to the internet?
Outbound network access can be controlled per sandbox, and secrets are brokered by the platform so credentials never pass through the model.
「推論」の他のコンテンツ
Unified MCP Suite
Godzilla675A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
🐢🚀 Node.js Sandbox MCP Server
alfonsograzianoA Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
Agentic MCP Client
peakmojoA standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
コメント