Skip to main content
Glama
604,989 tools. Updated 2026-09-23 21:57

"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.

  • Run MicroPython code on a connected board and capture its output, including prints and tracebacks. Stops any running program first, with a configurable timeout to prevent hangs.
    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
  • 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
  • Execute Python code with flexible execution modes including inline for speed and subprocess for isolation. Use to run Python scripts, test code snippets, or maintain session state across executions.
    MIT
  • Execute Python code synchronously inside a running YADE simulation to inspect or modify state in real time, returning stdout immediately.
    MIT
  • Launch a long-running program in background (e.g., robot loop) via code or file path, then monitor its output and interrupt when needed.
    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