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

"A server for executing Python code, with support for MCP" 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
  • Scan Python code with Bandit to uncover security vulnerabilities including SQL injection, hardcoded secrets, and unsafe functions.
    MIT No Attribution

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 in a restricted subprocess to deterministically verify math, logic, and code analysis tasks using symbolic engines.
    Apache 2.0
  • 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
  • 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
  • Run Python code asynchronously in FreeCAD to avoid GUI blocking. Ideal for CPU-heavy OCCT computations on existing shapes; poll results via task ID.
    MIT
  • Extract a structural outline from Python files—imports, classes, functions, docstrings—to simplify code review, navigation, and documentation.
    MIT
  • Get step-by-step instructions to install the Rosetta MCP server locally with PyRosetta support for scoring, structure optimization, and running RosettaScripts.
    MIT
  • Retrieve SDK code examples for building Agno agents. Provide a category such as agents, tools, or memory to get complete, runnable Python code.
    MIT
  • Retrieve the usage guide for this ArchiMate MCP server to learn recommended workflows, anti-patterns, and response conventions without inspecting source code.
    GPL 3.0
  • Execute Python code on Google Colab GPU/TPU runtimes, with support for multiple accelerators, background jobs, and Google Drive file integration.
    MIT
  • Check server status to see available accelerators and current job state, then choose an accelerator or wait for a running job before executing code.
    MIT