aiamblichus/mcp-pyrepl
3.2
If you are the rightful owner of mcp-pyrepl and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP PyREPL is a Model Context Protocol server that allows LLMs to interact with a Python code interpreter.
Tools
Functions exposed to the LLM to take actions
create_repl
Create a new REPL session with a dedicated isolated environment.
run_code
Execute code with optional branching from a previous code block.
install_packages
Install Python packages in the session environment using the uv package manager.
reset_repl
Reset a session, terminating the helper process and clearing the graph state.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client