Skip to main content
Glama
614,617 tools. Updated 2026-09-26 22:11

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

  • Generate sandbox-safe code examples in cURL, Node.js, or Python for SignalEDI REST operations. Uses environment placeholders and synthetic values, avoids credentials, and sets outbound to SANDBOX.
    MIT
  • Execute JavaScript code in a V8 sandbox, calling any MCP server tool via servers.<name>.call(). Supports async/await and console logging.
    Apache 2.0
  • Run shell commands in a sandbox to safely execute AI-generated code and retrieve stdout, stderr, and exit code.
    Apache 2.0
  • Create a secure sandbox environment to run AI-generated code in isolated microVMs. Returns a sandbox ID for managing the sandbox lifecycle.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • 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
  • Show or switch the active E*TRADE environment (sandbox or production). Separate credentials avoid mixing, and production gives real data while sandbox returns canned results.
    Apache 2.0
  • Execute Python code directly in an Odoo environment to access models, modify data, and perform database operations with persistent state between calls.
    MIT
  • Destroy the current sandbox and create a fresh one, with optional workspace wipe and named sandbox selection.
    MIT
  • Execute shell commands in isolated Modal sandbox environments to run scripts, test programs, and debug with captured output and timing results.
    MIT
  • Start a background process, such as a dev server, in an isolated sandbox environment.
    MIT
  • Creates an isolated sandbox environment with specified language and dependencies for secure code execution.
    MIT
  • Execute Python or JavaScript code in a secure sandbox. Install packages via comma-separated list and retrieve stdout, stderr, and error details.
    Apache 2.0
  • Execute Python code in a secure sandbox using Jupyter syntax, capturing standard output and errors.
    MIT
  • 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 sandboxed environment using Gemini. Captures stdout, stderr, and execution results for analysis.
    MIT