pottekkat/sandbox-mcp
A Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
Platform-specific configuration:
{
"mcpServers": {
"sandbox-mcp": {
"command": "npx",
"args": [
"-y",
"sandbox-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...