Runs Python code locally within an interactive REPL environment.
Python Local provides an interactive Python REPL (Read-Eval-Print Loop) environment as an MCP server. It allows execution of Python code in persistent sessions, maintaining separate state for each session. The server provides access to REPL session history through a custom URI scheme, making it viewable as plain text, and captures stdout/stderr output. It's designed for integration with platforms like Claude and supports debugging through the MCP Inspector.