Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by bimalpaudels • Tools & CLI
A lightweight MCP server that executes arbitrary Python scripts in isolated subprocesses using uv and returns their stdout.
Execute arbitrary Python code and capture stdout in a reproducible, isolated environment.
Run dependency-isolated scripts via uv for sandboxed testing or short-lived data processing tasks.
Integrate runtime script execution into multi-step workflows where script output feeds downstream logic.
An experimental MCP server designed to run arbitrary Python scripts in a structured, reproducible environment. It saves incoming script strings to a hidden folder, executes them via uv run in an isolated subprocess, and captures the script's stdout to return as the response. This approach enables dependency isolation and predictable execution for short-lived or agent-driven code tasks. The project is early-stage and includes security warnings about running untrusted code.
Executes the given script string by passing it to execute_script function. :param str script: The script string to execute. :return: The return value of the execute_script function.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.