MCP Servers / development / Code Sandbox MCP

Code Sandbox MCP

JSON →
none322development

A secure sandbox for executing code in Docker containers, providing a safe environment for AI applications.

Install
How to run this server
[ { "cmd": "pip install numpy\",", "imports": [] } ]
server path: code-sandbox-mcp
Tools
What this server exposes
sandbox_initialize
Initialize a new compute environment for code execution. Creates a container based on the specified Docker image.
copy_project
Copy a directory to the sandboxed filesystem.
write_file
Write a file to the sandboxed filesystem.
sandbox_exec
Execute commands in the sandboxed environment.
copy_file
Copy a single file to the sandboxed filesystem.
sandbox_stop
Stop and remove a running container sandbox.
Configuration
Environment & auth
authnone
Resources
Code Sandbox MCP — MCP Server · libregistry