JS Sandbox icon

JS Sandbox

Createdgarc33

Provides a secure JavaScript execution environment for isolating and running code.

About

JS Sandbox offers a secure environment for executing JavaScript code. It leverages the Model Context Protocol (MCP) to provide isolated code execution with configurable time and memory limits. This helps protect against potentially malicious code while allowing for controlled and safe execution of JavaScript within your applications. It's particularly useful for integrating with tools like Claude Desktop, enabling dynamic and secure code processing.

Key Features

  • Offers configurable execution time limits.
  • Protects against malicious code execution.
  • Executes JavaScript code in an isolated environment.
  • Provides configurable memory limits.

Use Cases

  • Securely executing untrusted JavaScript code.
  • Sandboxing JavaScript code for testing and development.
  • Integrating JavaScript execution into other applications.