Gru Sandbox
Secure, self-hostable sandbox for running Python, TypeScript, and Bash code in isolated Docker containers with automatic resource management for local command execution.
Featured
View Source104 stars
0 tools
Created Aug 2025
@babelcloud/babelcloud-gru-sandbox-gboxAbout
Secure, self-hostable sandbox for running Python, TypeScript, and Bash code in isolated Docker containers with automatic resource management for local command execution.
Categories
general
Installation
npm
npm install @babelcloud/babelcloud-gru-sandbox-gbox
Configuration
{
"mcpServers": {
"babelcloud-gru-sandbox-gbox": {
"command": "npx",
"args": [
"-y",
"@babelcloud/babelcloud-gru-sandbox-gbox"
]
}
}
}