{
"mcpServers": {
"arrakis-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that exposes Arrakis VM sandbox functionality to Large Language Models.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
AGPL-3.0. View license →
Is it maintained?
Last commit 391 days ago. 11 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Arrakis Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that exposes Arrakis VM sandbox functionality to Large Language Models.
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:
"mcpServers": {
"arrakis": {
"command": "<path-to-uv>",
"args": [
"--directory",
"<path-to-repo>",
"run",
"arrakis_mcp_server.py"
]
}
}
The Arrakis MCP Server exposes the following MCP resources and tools:
arrakis://vms - List all available VMsarrakis://vm/{vm_name} - Get information about a specific VMstart_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)This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.