Python Sandbox
Provides a secure sandbox environment for executing Python code within isolated Docker containers, enabling safe code testing with resource limits, package installation, and file operations through a RESTful API.
20 stars
0 tools
Created Aug 2025
@johanli233/johanli233-python-sandbox-sandboxAbout
Provides a secure sandbox environment for executing Python code within isolated Docker containers, enabling safe code testing with resource limits, package installation, and file operations through a RESTful API.
Categories
general
Installation
npm
npm install @johanli233/johanli233-python-sandbox-sandbox
Configuration
{
"mcpServers": {
"johanli233-python-sandbox-sandbox": {
"command": "npx",
"args": [
"-y",
"@johanli233/johanli233-python-sandbox-sandbox"
]
}
}
}