MCP server (coming soon)
An MCP plugin will expose the sandbox's tools over the Model Context Protocol for any MCP client. Planned.
An MCP plugin (kind: "mcp") will expose the sandbox's tools over the Model Context Protocol, so any MCP client — Claude Desktop, Cursor, VS Code — can drive the sandbox.
Because the tools come from the same provider-neutral registry the AI providers use, the MCP server projects from exactly the same source. Until it ships, you can reach the tools directly with createSandboxTools(sandbox).
Lifecycle (coming soon)
Lifecycle plugins will bootstrap a sandbox on create — seed files, install dependencies, warm a dev server. Planned — build your own today.
Writing a plugin
Build a custom plugin with the SandboxPlugin interface — graft typed properties onto the sandbox, run setup on create, and clean up on destroy.