Skip to main content
Glama
521,397 tools. Updated 2026-09-06 11:20

"A program for running Python code" matching MCP tools:

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.

  • Execute Python code or script files within IDA Pro to automate binary analysis. Capture output and target specific IDA instances.
    MIT
    Destructive
  • 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
  • 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
  • Execute long-running Python code in FreeCAD's background thread for computations that do not interact with documents or GUI.
    MIT
  • Execute Python code in the running PFC process for real-time simulation inspection and tuning without pre-scripted queries.
    MIT
  • Generate Plotly figures from data and natural-language descriptions. Handles open-ended chart requests by writing and running Python code, returning the figure as JSON.
    MIT
  • Execute Python code synchronously inside a running YADE simulation to inspect or modify state in real time, returning stdout immediately.
    MIT
  • Access a curated cheat-sheet for the ik language, covering sigils, assignment, program shape, types, memory, control flow, interrupts, and a minimal program. Read this first before writing ik code.
    Apache 2.0
  • Identify the currently running .rxe program on a connected LEGO NXT brick. Use this to verify active execution state without stopping the program.
    MIT
  • Interrupt a running GDB session to pause execution, inspect state, or set breakpoints when the program is stuck or hasn't hit a breakpoint.
    MIT
  • Reload modified bridge Python modules in a running TouchDesigner session to apply code changes without reopening the project, and return the list of reloaded modules.
    MIT
  • Execute Python code inside a running GIMP instance and return the assigned result, providing an escape hatch for operations beyond the standard tools.
    MIT