Other
Spinning up an isolated environment to run untrusted or experimental code usually means provisioning infrastructure by hand first. Superserve's hosted MCP server skips that: connect it to Neotask and a developer can create and control cloud sandboxes, run commands and scripts remotely inside them, and manage files in a running sandbox, all through Superserve's control plane and data plane APIs from a single conversation.
| Superserve MCP Server (hosted) | Developers can create and control cloud sandboxes, execute commands and scripts remotely, and manage files inside a running sandbox through Superserve's control plane and data plane APIs. |
Ask the agent to create a fresh cloud sandbox and execute a script inside it; it uses the control plane to provision and the data plane to run and return output.
Ask to place a specific file into an already-running sandbox before executing a command against it; the agent manages the file transfer and the execution.
The control plane creates and manages the sandbox itself; the data plane is what runs commands and manages files inside it once it exists.
Yes — sandboxes are created and controlled individually, so you can run more than one at a time for different tasks.