Submit

Superserve Sandbox

@superserve-ai

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, then pause or delete the sandbox when it’s done. Secrets are brokered by the platform so credentials never pass through the model, and outbound network access is controllable per sandbox. Works with Claude, Cursor, VS Code, Windsurf, and Codex. Run it locally with npx -y @superserve/mcp, or connect to the hosted endpoint at mcp.superserve.ai - both authenticate with your Superserve API key.
Overview

no content

Server Config

{
  "mcpServers": {
    "superserve": {
      "url": "https://mcp.superserve.ai",
      "headers": {
        "Authorization": "Bearer <YOUR_SS_LIVE_KEY>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.