Back to directory
vimble-mcp

vimble-mcp

@johnhenry0

An MCP server for executing JavaScript code in a sandboxed environment using Vimble, offering time-limited execution and debug mode.

javascriptcode executionsandboxvimbletool

Installation & Configuration

{
  "mcpServers": {
    "vimble-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vimble-mcp"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/17
Updated
2025/4/30