Skip to main content
Glama
457,778 tools. Updated 2026-08-14 15:38

"A Dockerized Python Code Execution Environment" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Proves AI-generated Python does what you asked: lint, types, security, sandbox run, exact fixes.

  • Validates AI-generated Python: syntax, lint, security scan and deterministic repair.

  • Create a TouchDesigner DAT node preloaded with your Python code, choosing between text, execute, or script types. Stores code as a node for later execution.
    MIT
  • Execute Python/SymPy code to perform symbolic mathematics operations including algebra, calculus, and equation solving within a secure sandbox environment.
    MIT
  • Executes arbitrary Python code in a running TouchDesigner project via td_mcp bridge. Use for ad-hoc tasks not covered by structured live-control tools; requires the bridge's "Allow Python" flag to be enabled.
    MIT
  • Verify the MCP server's Python environment, including executable path, version, and installed packages, to ensure correct setup and troubleshoot missing dependencies.
    BSD 3-Clause
  • Execute custom Python code in FreeCAD to handle operations beyond standard tools. The code is checked for safety before running, and you receive output plus a screenshot.
    MIT
  • Retrieve system environment details including OS, Python version, installed libraries, and execution mode before generating code. Helps tailor code to the current setup and avoid errors.
    MIT
  • Execute Python code with automatic retry and intelligent error analysis. On failure, it diagnoses the error, searches past solutions, and suggests fixes for robust execution.
    MIT
  • Execute Python code directly in an Odoo environment to access models, modify data, and perform database operations with persistent state between calls.
    MIT
  • Run Python code in the napari server interpreter. Executes code with persistent namespace including viewer, napari, and np, returning the result's string representation.
    BSD 3-Clause
  • Check the installed version of a Python package in the server's environment to ensure documentation and source code match your installation.
    BSD 3-Clause
  • Execute Python code within a project's virtual environment to access its installed dependencies. Each call runs in a fresh interpreter subprocess, ensuring isolation.
    MIT
  • Inspect the Python environment in TouchDesigner to check version, installed packages, and environment manager status.
    MIT
  • Run sandboxed Python code snippets in a restricted environment with a timeout, capturing stdout, stderr, and exit status.
    GPL 2.0