Code Sandbox MCPServer

Automata-Labs-team
GitHub
Code ExecutionVirtualizationAI

Loading subscription status...

💡 Description

A secure code sandbox environment for executing code within isolated Docker containers. This MCP server provides a safe and isolated code execution environment for AI applications while maintaining security through containerization.

📝 JSON Entries

{
  "mcpServers": [
    {
      "code-sandbox-mcp": {
        "env": {},
        "args": [],
        "command": "/path/to/code-sandbox-mcp"
      }
    }
  ]
}

🛠️ Tools

sandbox_initializecopy_projectwrite_filesandbox_execcopy_filesandbox_stop

Features

  • Flexible container management
  • Custom environment support
  • File operations between host and container
  • Command execution within the container
  • Real-time logging
  • Automatic updates

💬 Example Queries

  • Run a Python script in the sandbox
  • Execute a Node.js application