Skip to main content
Code ExecutionTypeScript

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

code-executionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/alfonsograziano/node-code-sandbox-mcp

Claude 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.

Details

Category
Code Execution
Language
TypeScript
Author
alfonsograziano