execute_code
Execute Python, Go, or JavaScript code securely in isolated Docker containers using the Isolator MCP Server, ensuring safe testing and running of code snippets.
Instructions
Executes code (Python, Go, JavaScript) in a secure, isolated container environment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additional_files | No | Optional array of additional files needed for execution | |
entrypoint_code | No | The main code content to execute. Required unless using snippet_name. | |
entrypoint_filename | No | Optional filename for the main code (defaults based on language). | |
language | No | The programming language (python, go, javascript). Required unless using snippet_name. | |
snippet_name | No | Name of a pre-defined code snippet to execute (e.g., 'hello_world'). Mutually exclusive with entrypoint_code/language. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Isolator MCP Server
Related Tools
- @philipp-eisen/modal-mcp-toolbox
- @e2b-dev/mcp-server
- @nkkko/daytona-mcp-interpreter
- @kaznak/shell-command-mcp
- @maxim-saplin/mcp_safe_local_python_executor