Tools
runbox_create_sandbox
runbox_serve_static_website
runbox_expose_port
runbox_write_file
runbox_read_file
runbox_list_directory
runbox_execute_command
Server Config
{
"mcpServers": {
"runbox-website-builder": {
"command": "npx",
"args": [
"-y",
"code-sandbox-mcp@latest"
]
}
}
}