MCP Sandbox: Your JavaScript Module in a Secure Environment 🛡️
@TrHung1910
About MCP Sandbox: Your JavaScript Module in a Secure Environment 🛡️
MCP Sandbox transforms JavaScript modules into secure MCP servers, enabling AI systems to access functions safely. With automatic reflection and type inference, it simplifies the integration process for developers. 🛠️💻
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Sandbox?
MCP Sandbox is a tool that converts any JavaScript module into a sandboxed Model Context Protocol (MCP) server, providing automatic reflection, type inference, and secure execution. It is designed for developers who need a safe, efficient environment to run JavaScript modules within the MCP framework.
How to use MCP Sandbox?
Clone the repository, install dependencies with npm install, and run npm start. Alternatively, download a release from the Releases section. Create a JavaScript module (e.g., myModule.js), then use createSandbox('myModule.js') to wrap it, set up a message event listener, and call sandbox.run(). Interact with the module by sending and receiving messages in real time.
Key features of MCP Sandbox
- Sandboxed execution of JavaScript modules.
- Automatic reflection for dynamic property/method access.
More Reasoning MCP servers
MCP Servers
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
MCP Sandbox
JohanLi233Python sandboxes for llms
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
Deno Sandbox MCP Server
bewt85An MCP server that allows you to run TypeScript, JavaScript, and Python code in a sandbox on your local machine using the Deno® sandbox. This server provides a controlled environment for executing code with explicit permission controls.
Proplan Mcp
King-ProplanMCP server that gives Claude persistent project memory — roadmap, session history, and codebase context. Type continue and Claude picks up exactly where you left off
Comments