VI
vimble-mcp
A Model Context Protocol (MCP) server for executing JavaScript code using Vimble.
Features
- Execute arbitrary JavaScript code in a sandboxed environment.
- Time-limited execution (10 second default) to prevent runaway scripts.
- Debug mode for verbose logging.
Installation
Prerequisites
- node/npx
Installation
Add the following to your MCP JSON configuration
{
"mcpServers": {
...
"vimble-mcp": {
"command": "npx",
"args": [ "-y", "vimble-mcp"]
}
}
}
Usage
Tool: execute_javascript
- Name: execute_javascript
- Description: Execute JavaScript code. Use
console.logto emit output. - Input Schema:
{
code: string; // JavaScript code to execute
context?: object; // Optional context injected into the execution environment
}
- Response:
{
content: [{ type: "text", text: string }];
success: boolean;
error?: string;
}
License
This project is licensed under the MIT License
Transport:
stdio
Language: 
Created: 4/17/2025
Updated: 4/30/2025
Homepage:
https://github.com/johnhenry/vimble-mcp Recommend MCP Servers 💡
github
github
GitHub's official MCP Server
2025-07-23
srcgrp/sentry-mcp-server
srcgrp
Integrates Sentry error tracking into MCP-enabled environments, providing access to release health data and issue details.
2025-04-12
@kukapay/whoami-mcp
kukapay
A lightweight MCP server that retrieves the username of the current system user.
2025-03-16
atla-mcp-server
atla-ai
An MCP server for LLMs to interact with the Atla API for state-of-the-art LLMJ evaluation.
2025-04-09
locust-mcp-server
QAInsights
A Model Context Protocol (MCP) server implementation for running Locust load tests. This server enables seamless integration of Locust load testing capabilities with AI-powered development environments.
2025-03-29
mcp-server-calculator
githejie
A Model Context Protocol server for calculating.
2025-03-19