Node.js MCP server that creates isolated Docker sandboxes for executing JavaScript code, supporting on-the-fly npm installation and teardown.
Loading more......
MCP servers providing a secure, sandboxed environment for executing Kali Linux security tools like nmap, objdump, and wireshark for network analysis and vulnerability scanning.
A sandboxed MCP server enabling secure, multi-language code execution with resource limits and network restrictions. Direct example of an MCP server providing isolated code execution environments.
An MCP server offering secure, sandboxed environments for executing code, running commands, accessing files, and performing web operations through containerization and isolation technologies.
E2B MCP is an MCP server that lets users run AI-generated code in secure sandboxes using E2B's open-source infrastructure, providing code execution and analysis features to MCP clients.
MCP server for running Python code in a secure sandbox environment via MCP tool calls, tailored for LLM and coding agents.
Implements CEDARScript, a SQL-like language, as an MCP server for code manipulation, showcasing the adaptability of MCP servers for language and code-based tasks.
node-code-sandbox-mcp is a Node.js server implementing the Model Context Protocol (MCP) that runs arbitrary JavaScript code in ephemeral, isolated Docker containers. It supports on-the-fly npm dependency installation and clean teardown of containers, making it suitable for secure, repeatable code execution and automation workflows.
run_js_ephemeral: One-shot JS execution with optional dependencies.sandbox_initialize: Start a persistent sandbox container.sandbox_exec: Run shell commands in a running container.run_js: Execute JS code in a persistent sandbox, with dependency management.sandbox_stop: Terminate and remove a sandbox container.This is an open-source project released under the MIT License. There are no pricing plans; usage is free.
mcp, code-execution, sandbox, nodejs
code-execution-automation-mcp-servers