alfonsograziano/node-code-sandbox-mcp
π π β A Node.js MCP server that spins up isolated Docker-based sandboxes for executing JavaScript snippets with on-the-fly npm dependency installation and clean teardown
Quick Start
Clone the repository:
git clone https://github.com/alfonsograziano/node-code-sandbox-mcpClaude Desktop configuration example:
{
"mcpServers": {
"node-code-sandbox-mcp": {
"command": "npx",
"args": [
"-y",
"alfonsograziano/node-code-sandbox-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.