-
securityA
license-
qualityThe sessionless code interpreter.
Securely run AI-generated code in stateful sandboxes that run forever.
Last updated -
65
176
Rust
MIT License
提供安全 JavaScript 执行环境的模型上下文协议服务器。
execute_js
- 在隔离环境中执行 JavaScript 代码code
(必需):要执行的 JavaScript 代码timeout
(可选):最大执行时间(以毫秒为单位)(100-30000ms)memory
(可选):内存限制(以字节为单位)(1MB-100MB)安装依赖项:
构建服务器:
具有自动重建的开发模式:
要与 Claude Desktop 一起使用,请添加服务器配置:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,其运行方式如下:
检查器将提供一个 URL 来访问浏览器中的调试工具。
local-only server
The server can only run on the client's local machine because it depends on local resources.
提供安全、隔离的 JavaScript 执行环境,具有可配置的时间和内存限制,以安全地运行 Claude 的代码。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/garc33/js-sandbox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server