- Explore MCP Servers
- arrakis-mcp-server
Arrakis Mcp Server
What is Arrakis Mcp Server
Arrakis MCP Server is a Model Context Protocol (MCP) server that provides access to the Arrakis VM sandbox functionality, designed for integration with Large Language Models.
Use cases
Use cases include running isolated experiments with Large Language Models, managing VM states for testing, and facilitating file transfers between host and virtual environments.
How to use
To use the Arrakis MCP Server, clone the repository, navigate to the directory, and configure your LLM tool to point to the server by adding specific settings to your MCP configuration.
Key features
Key features include the ability to list available VMs, start and manage VM sandboxes, create and restore snapshots, execute commands, and upload/download files within VMs.
Where to use
Arrakis MCP Server can be utilized in fields requiring virtual machine management and sandbox environments, particularly in AI development and testing scenarios.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Arrakis Mcp Server
Arrakis MCP Server is a Model Context Protocol (MCP) server that provides access to the Arrakis VM sandbox functionality, designed for integration with Large Language Models.
Use cases
Use cases include running isolated experiments with Large Language Models, managing VM states for testing, and facilitating file transfers between host and virtual environments.
How to use
To use the Arrakis MCP Server, clone the repository, navigate to the directory, and configure your LLM tool to point to the server by adding specific settings to your MCP configuration.
Key features
Key features include the ability to list available VMs, start and manage VM sandboxes, create and restore snapshots, execute commands, and upload/download files within VMs.
Where to use
Arrakis MCP Server can be utilized in fields requiring virtual machine management and sandbox environments, particularly in AI development and testing scenarios.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Arrakis MCP Server
A Model Context Protocol (MCP) server that exposes Arrakis VM sandbox functionality to Large Language Models.
Setup
Setup
-
Clone this repository:
git clone https://github.com/abshkbh/arrakis-mcp-server.git cd arrakis-mcp-server -
Configure your LLM tool to use the Arrakis MCP server by adding the following to your MCP configuration:
API
The Arrakis MCP Server exposes the following MCP resources and tools:
Resources
arrakis://vms- List all available VMsarrakis://vm/{vm_name}- Get information about a specific VM
Tools
start_sandbox- Start a new VM sandboxrestore_snapshot- Restore a VM from a snapshotsnapshot- Create a snapshot of a VMrun_command- Run a command in a VMupload_file- Upload a file to a VMdownload_file- Download a file from a VMdestroy_vm- Destroy a specific VMdestroy_all_vms- Destroy all VMsupdate_vm_state- Update the state of a VM (pause/stop)
License
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










