Skip to main content
Glama
521,841 tools. Updated 2026-09-06 12:28

"A tool or library for executing Python code" matching MCP tools:

  • Create a DAT in TouchDesigner preloaded with Python code, choosing a text, execute, or script type to control how the code runs.
    MIT
    Destructive
  • Check a Python FLOX strategy for syntax errors, required hooks, and forbidden patterns without executing the code, ensuring it's safe before running backtests.
    MIT
  • Generate executable Python code for nonlinear programming, rootfinding, ODE/DAE simulation, and optimal control, with an explanation of the approach.
    MIT
  • Search Python library documentation using natural language queries to find specific functions, classes, and usage examples from consolidated sources.
    MIT
  • Retrieve the Python source code of an Apache Airflow DAG by providing its DAG ID. Returns the DAG file content and file token for inspection and debugging.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

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

  • Security + bug + perf + refactor audit for Python. Returns 0-10 score + MD report.

  • Retrieve comprehensive documentation and code examples for any library by providing its name and a specific topic. Automatically fetches relevant sections, ensuring up-to-date information for accurate coding.
    MIT
  • Scan Python code with Bandit to uncover security vulnerabilities including SQL injection, hardcoded secrets, and unsafe functions.
    MIT No Attribution
  • Export any saved estimator or pipeline as executable Python code. Provide a handle ID and optional variable name to generate runnable code with fit example.
    BSD 3-Clause
  • Run arbitrary Python code inside Blender to perform custom operations when no dedicated tool fits. Assign output to 'result' to retrieve data.
    MIT
    Destructive
  • 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
    Destructive
  • Execute Python code or script files within IDA Pro to automate binary analysis. Capture output and target specific IDA instances.
    MIT
    Destructive
  • Execute long-running Python code in FreeCAD's background thread for computations that do not interact with documents or GUI.
    MIT