Skip to main content
Glama

Node Code Sandbox MCP

by mozicim

sandbox_initialize

Initialize an isolated Docker container with Node.js to create a secure execution environment for running JavaScript code and NPM packages.

Instructions

Start a new isolated Docker container running Node.js. Used to set up a sandbox session for multiple commands and scripts.

Input Schema

NameRequiredDescriptionDefault
imageNo
portNoIf set, maps this container port to the host

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "image": { "type": "string" }, "port": { "description": "If set, maps this container port to the host", "type": "number" } }, "type": "object" }

Other Tools from Node Code Sandbox MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mozicim/node-code-sandbox-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server