Automata-Labs-team/code-sandbox-mcp
An MCP server to create secure code sandbox environment for executing code within Docker containers. This MCP server provides AI applications with a safe and isolated environment for running code while maintaining security through containerization.
Platform-specific configuration:
{
"mcpServers": {
"code-sandbox-mcp": {
"command": "npx",
"args": [
"-y",
"code-sandbox-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...