/
by gradion-ai
An MCP server for sandboxed Python code execution with IPython and Docker, and file transfer.
Server configuration and capabilities from the MCP manifest
Size: 1,470 bytes (368 tokens)
Tools Found: 4
Analysis ID: ayzoijlq
The MCP server provides tools for executing Python code, uploading and downloading files, and resetting the execution environment.
Stars
Registry ID: 2310a088-c5ba-429e-84b2-82d92622023b
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: Apache License 2.0
Default Branch: main
Last Push: 9/18/2025
Last Release: 9/14/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "name": "io.github.gradion-ai/ipybox", "tags": [], "tools": [ { "name": "execute_ipython_cell", "description": "Executes Python code in a stateful IPython kernel. Variables, definitions and imports persist across executions.", "input_schema": { "type": "object", "required": [ "code" ], "properties": { "code": { "type": "string", "description": "The Python code to execute." } } }, "output_schema": { "type": "object", "properties": { "text": { "type": "string", "description": "Output text generated during execution." }, "images": { "type": "array", "items": { "type": "string", "format": "binary" }, "description": "List of images generated during execution." } } } }, { "name": "upload_file", "description": "Transfers files from host to container filesystem.", "input_schema": { "type": "object", "required": [ "file_path" ], "properties": { "file_path": { "type": "string", "description": "Path of the file to upload." } } }, "output_schema": {} }, { "name": "download_file", "description": "Transfers files from container to host filesystem.", "input_schema": { "type": "object", "required": [ "file_path" ], "properties": { "file_path": { "type": "string", "description": "Path of the file to download." } } }, "output_schema": {} }, { "name": "reset", "description": "Creates a new IPython kernel, clearing all variables, definitions and imports while preserving installed packages and files.", "input_schema": {}, "output_schema": {} } ], "version": "0.0.0", "categories": [], "description": "An MCP server for sandboxed Python code execution with IPython and Docker, and file transfer." }
Forks
Watchers
Contributors
Last Push: 9/18/2025
Last Release: 9/14/2025
Open Issues: 0