Overview
Features
Secure Docker sandboxed code execution
Isolated Docker containers provide secure, controlled environments for running untrusted Python code.
Configurable network firewall
Restricts outbound/inbound network access to protect hosts and data from unauthorized access.
Stateful IPython kernel
Maintains session state across commands for interactive and continued workflows.
Real-time output streaming
Streams code execution output as it is generated for immediate feedback.
Build-time or runtime package installation
Installs Python dependencies during build or on-demand at runtime.
Visualization support
Returns plots and visualizations generated by libraries like matplotlib or seaborn.
MCP server interface for AI agents
Exposes an MCP server API to enable AI agents to issue code-execution requests.
Generated MCP client code
Provides generated client code to invoke MCP servers easily from agents.
Who Is This For?
- AI agents:Need to execute Python code securely in a sandboxed environment.
- MCP integrators:Integrate MCP client tooling to deploy and manage code-execution containers.
- Developers:Developers building secure runtime sandboxes for data analysis workflows in production deployments.




