Skip to main content
Glama
521,380 tools. Updated 2026-09-06 10:57

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

  • Get full Docker container configuration, state, network settings, mounts, environment variables, and resource limits for a single container.
    MIT
  • Stop all running services in a Docker Compose project while preserving container configurations and data volumes, allowing a temporary halt without data loss.
    MIT
    Destructive
  • Stop a running Docker container by its ID or name to free resources or halt processes. Safely terminates the container when container.write permission is granted.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    A secure, container-based implementation of the Model Context Protocol (MCP) that provides sandboxed environments for AI systems to safely execute code, run commands, access files, and perform web operations.
    22
    Apache 2.0

Matching MCP Connectors

  • Does that Docker tag actually exist? Real tags, sizes and platforms, live from Docker Hub.

  • Cloudflare Workers MCP server: code-explainer

  • Start a stopped Docker container using its ID or name, with required container.write permission for access control.
    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
  • Execute Python or C++ code snippets in isolated Docker containers with no network access, memory cap, and read-only filesystem. Returns output, status, and duration for safe code testing and verification.
    MIT
  • Execute custom JavaScript code within 3D scenes to create advanced effects, custom shaders, complex geometry, or procedural generation beyond standard tool capabilities.
    MIT
  • Stop a running browser container for a persona or all. Preserves Firefox profile in Docker volume.
    MIT
  • Execute shell commands inside a Docker container, with configurable stdin, working directory, environment, timeout, and acceptable exit codes. Supports background jobs for detached execution.
    MIT
  • Execute PHP code via Laravel Tinker inside a stack's backend container to inspect database records, debug application issues, or run one-off fixes.
    MIT
  • Retrieve the live process list inside a Docker container by name or ID, optionally passing ps arguments such as aux. Use it to debug container-level process state.
    MIT
  • Scan a Docker/OCI container image for vulnerabilities. Submit an image reference to get a job ID for tracking progress.
    MIT
  • Run code safely in isolated Docker containers. Choose ephemeral execution for throwaway runs or persistent sessions for stateful development.
    MIT
  • Restart the UniGrok Docker container safely by executing docker compose up --build -d. Rebuilds and starts the container in detached mode.
    MIT
    Destructive