A Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
100K+
7 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
| Name | Description |
|---|---|
sandbox_initialize | Start a new isolated Docker container running Node.js. Used to set up a sandbox session for multiple commands and scripts. |
sandbox_stop | Terminate and remove a running sandbox container. Should be called after finishing work in a sandbox initialized with sandbox_initialize. |