Skip to main content
Glama
133,413 tools. Last updated 2026-05-25 13:10

"Executing code in a sandbox environment" matching MCP tools:

  • Execute Python or JavaScript code in a sandbox to test scripts, debug algorithms, or run isolated code snippets safely.
    MIT
  • Copy files from your local system to a Modal sandbox environment for uploading inputs, transferring configurations, or deploying code to isolated cloud-based Python environments.
    MIT
  • Execute shell commands in isolated Modal sandbox environments to run scripts, test programs, and debug with captured output and timing results.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Execute shell commands in a sandboxed environment that blocks dangerous patterns like rm -rf, sudo, and curl. Uses Seatbelt sandbox for isolation.
    Business Source 1.1
  • Execute Python code in a sandboxed macOS environment with no network access, restricted filesystem writes, and automatic timeout. Returns stdout, stderr, and exit code for safe autonomous agent use.
    Business Source 1.1
  • Run Python code securely in a WebAssembly sandbox to execute scripts and return output. Supports pure Python without external dependencies.
    Apache 2.0
  • Execute Python code in a persistent sandbox environment to run computations, analyze data, or build multi-tool workflows while maintaining state across executions.
    GPL 3.0
  • Execute code in a temporary sandbox, automatically destroying it post-execution. Supports multiple languages, custom environment variables, and optional file download. Ideal for isolated, one-time code runs without persistent sandbox operations.
    MIT
  • Execute JavaScript code in a secure WebAssembly sandbox to run untrusted code safely and return console logs with evaluated expressions.
    Apache 2.0
  • Execute Python code in a sandboxed environment based on natural language prompts. Generate and run code, then return both the code and execution results.
    MIT
  • Execute shell commands in a sandbox to run builds, tests, installs, or CLI commands, returning stdout, stderr, and exit code for integration into automated workflows.
    MIT
  • List entries in a specified directory path relative to the sandbox root, enabling file exploration in a controlled environment.
    MIT
  • Execute Python code in a secure sandbox environment to test scripts, analyze data, or run computational tasks with libraries like numpy, pandas, and matplotlib.
    MIT
  • Execute code in a secure sandbox environment with specified language and environment variables. Retrieve text output directly; for file operations, use dedicated viewing and export endpoints.
    MIT