garc33_js-sandbox-mcp-server
If you are the rightful owner of garc33_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.
The js-sandbox MCP Server provides a secure environment for executing JavaScript code.
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 code safely, such as educational platforms, online code editors, or any service that needs to evaluate JavaScript code provided by users. The server ensures that the execution is contained within specified limits, preventing potential security risks associated with running arbitrary code. It supports configurable execution time and memory limits, allowing developers to tailor the environment to their specific needs. The server is built with a focus on security, providing protection against malicious code execution.
Features
- execute_js: Executes JavaScript code in an isolated environment with configurable execution time and memory limits.
- Security: Provides isolated code execution in a controlled environment to protect against malicious code.