MCP.so
登录

MCP Sandbox: Your JavaScript Module in a Secure Environment 🛡️

@TrHung1910

关于 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. 🛠️💻

基本信息

分类

推理

许可证

MIT license

运行时

node

传输方式

stdio

发布者

TrHung1910

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

推理 分类下的更多 MCP 服务器