Securely executes arbitrary JavaScript code within a sandboxed QuickJS engine using Node.js WASI.
Sponsored
This server acts as an MCP tool provider, offering a secure method to execute JavaScript code. It exposes the `run_javascript_code` tool, which takes JavaScript code as input and executes it within a sandboxed QuickJS WASM environment. The server captures standard output and standard error streams, reporting any execution errors back to the MCP client, enabling safe execution of potentially untrusted JavaScript code snippets.
Key Features
01Secure Execution using QuickJS and Node.js WASI
023 GitHub stars
03Captures stdout and stderr from executed JavaScript
04Built with TypeScript for type safety
05MCP Integration via stdio
06Reports runtime errors and non-zero exit codes
Use Cases
01Providing a sandboxed environment for JavaScript execution.
02Allowing language models to run JavaScript code.