vimble-mcp

johnhenry/vimble-mcp

3.2

If you are the rightful owner of vimble-mcp 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.

Vimble-MCP is a Model Context Protocol server designed to execute JavaScript code within a sandboxed environment using Vimble.

Vimble-MCP is a specialized server that leverages the Model Context Protocol (MCP) to execute JavaScript code securely and efficiently. It provides a controlled environment where JavaScript code can be run with a default time limit of 10 seconds to prevent any potential infinite loops or runaway scripts. This server is particularly useful for applications that require the execution of dynamic JavaScript code while ensuring safety and performance. Additionally, Vimble-MCP offers a debug mode that enables verbose logging, which is beneficial for developers during the testing and debugging phases. The server is easily integrated into existing systems through a simple configuration in the MCP JSON setup, making it a versatile tool for developers working with JavaScript in a controlled manner.

Features

  • Execute arbitrary JavaScript code in a sandboxed environment.
  • Time-limited execution (10 second default) to prevent runaway scripts.
  • Debug mode for verbose logging.

Tools

  1. execute_javascript

    Execute JavaScript code. Use console.log to emit output.