Provide a virtual machine environment accessible via the Model Context Protocol to enable execution of code and interaction with virtualized resources. Facilitate integration of LLMs with a sandboxed VM for running tools and accessing resources securely. Enhance agent capabilities by offering a programmable and isolated execution context.
Tools
list_machine_types
List all available machine types. Returns: Dict containing the list of machine types and pagination info
list_images
List all available images. Returns: Dict containing the list of images and pagination info
list_vms
List all virtual machines in the current tenant. Returns: Dict containing the list of VMs and pagination info
get_vm
Get details of a specific virtual machine. Args: vm_id: ID of the virtual machine to get details for Returns: Dict containing the VM details
Installation
Please Login
Login to configure this server.