Skip to main content
Glama
162,405 tools. Last updated 2026-05-30 08:38

"How to execute custom code in a Linux Docker container" matching MCP tools:

  • Temporarily halt a Docker Compose project by gracefully stopping all running services while preserving container configurations and data volumes.
    MIT
  • Execute Python or JavaScript code in a sandbox to test scripts, debug algorithms, or run isolated code snippets safely.
    MIT
  • Run Python code in a stateful IPython kernel within a Docker container. Maintain variables, imports, and definitions across executions for iterative workflows. Supports async code with 'await' and sequential executions with shared kernel state.
    Apache 2.0
  • Execute Pylpex code to evaluate custom programming language expressions and functions, returning computed results.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Stop a running browser container for a persona or all. Preserves Firefox profile in Docker volume.
    MIT
  • Execute custom JavaScript code within 3D scenes to create advanced effects, custom shaders, complex geometry, or procedural generation beyond standard tool capabilities.
    MIT
  • Run PHP code inside a Laravel application's container using Artisan Tinker. Inspect database records, model state, or apply fixes without restarting services.
    MIT
  • Manage Docker-based sandboxes for safe, isolated code execution. Supports ephemeral containers and persistent sessions with file operations.
    MIT
  • Scan a Docker/OCI container image for vulnerabilities. Submit an image reference to get a job ID for tracking progress.
    MIT
  • Set up a Linux sandbox to execute code, run commands, and manage files. Create a sandbox with custom settings, obtain a sandbox_id for operations, and control costs by pausing automatically after use.
    MIT
  • 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
  • Stop and remove the Kali Linux container to terminate the isolated environment and clean up resources.
    MIT
  • Execute custom Frida JavaScript code to hook Java methods and manipulate memory on Android apps. The Java bridge is auto-imported, enabling direct use of Java.perform() and Java.use().
    MIT