arrakis-mcp-server
7
The Arrakis MCP Server is a Model Context Protocol server designed to interface with Large Language Models, providing them with virtual machine sandbox capabilities. It enables various operations like managing VM lifecycles and handling file transfer between VMs.
start_sandbox
Start a new VM sandbox
restore_snapshot
Recover VM from snapshot
snapshot
Create a snapshot of the VM
run_command
Run commands in VM
upload_file
Upload files to VM
download_file
Download files from VM
destroy_vm
Destroy a specific VM
destroy_all_vms
Destroy all VMs
update_vm_state
Update the VM's status (pause/stop)