alfonsograziano/node-code-sandbox-mcp
A Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
Platform-specific configuration:
{
"mcpServers": {
"node-code-sandbox-mcp": {
"command": "npx",
"args": [
"-y",
"node-code-sandbox-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...