js-sandbox-mcp-server

js-sandbox-mcp-server

3.3

If you are the rightful owner of js-sandbox-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server that provides a secure JavaScript execution environment.

The js-sandbox MCP Server is designed to offer a secure and isolated environment for executing JavaScript code. It is particularly useful for applications that require running untrusted or third-party scripts without compromising the host system's security. The server allows developers to specify execution time and memory limits, ensuring that the code runs within safe parameters. This makes it an ideal solution for environments where security and resource management are critical. The server is easy to set up and can be integrated with various platforms, providing flexibility and control over JavaScript execution.

Features

  • execute_js: Executes JavaScript code in an isolated environment with configurable parameters for execution time and memory.
  • Security: Ensures isolated code execution with protection against malicious code through configurable limits.