Tools
downloadSandboxFiles
listSandboxes
createSandbox
killSandbox
directRunCode
writeSandboxFiles
runCommand
runCode
listSandboxFiles
Server Config
{
"mcpServers": {
"302ai-sandbox-mcp": {
"command": "npx",
"args": [
"-y",
"@302ai/sandbox-mcp"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}