Loading MCP server directory, please wait...
Securely run LLM-generated code in isolated containers across 7 languages and 3 container backends.
npx @getmcp/cli add io.github.vndee/llm-sandboxRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vndee/llm-sandbox": {
"command": "uvx",
"args": [
"llm-sandbox[mcp-docker]",
"llm-sandbox"
],
"env": {
"BACKEND": "docker",
"DOCKER_HOST": "",
"KUBECONFIG": "",
"NAMESPACE": "default",
"COMMIT_CONTAINER": "true",
"KEEP_TEMPLATE": "true",
"SANDBOX_NETWORK_MODE": "",
"SANDBOX_READ_ONLY": "",
"SANDBOX_CAP_DROP": "",
"SANDBOX_SECURITY_OPT": "",
"SANDBOX_MEMORY": "",
"SANDBOX_CPUS": ""
}
}
}
}