Install Python packages in a persistent REPL environment using the MCP protocol. Specify the package name to enable Python runtime customization and execution.
Set up and install an MCP server from locally cloned code on your computer by specifying the path, arguments, and environment variables. Requires npx or uv for node and Python servers.
A server that provides a persistent Python REPL environment through the MCP protocol, allowing execution of Python code, variable management, and package installation.
A secure JavaScript REPL server that enables executing code snippets in a sandboxed environment with memory protection, timeout handling, and comprehensive error reporting.
Provides interactive Python REPL capabilities with persistent sessions, virtual environment support, package management via uv, and development tools like testing, linting, and code formatting for Python projects.