Python REPL MCP Server
by hdresearch
execute_python
Execute Python code and return the output. Variables persist between executions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Python code to execute | |
reset | No | Reset the Python session (clear all variables) |