Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by hdresearch • Tools & CLI
Provides a Python REPL over the MCP protocol, allowing agents to execute Python code with a persistent session.
Run and evaluate arbitrary Python code with persistent session state across multiple interactions.
Inspect, list, and manage in-memory variables created during an execution session.
Install Python packages at runtime to extend execution capabilities or test third-party libraries.
This MCP server exposes a persistent Python REPL as tools usable via the MCP protocol. It supports executing arbitrary Python code, listing current session variables, and installing packages from PyPI. The session state (variables and imports) is preserved across calls unless explicitly reset, making it useful for multi-step workflows. It is lightweight to run (uses `uv` for execution) and includes configuration examples for integration with Claude Desktop.
Execute Python code and return the output. Variables persist between executions.
List all variables in the current session
Install a Python package using uv
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.