SuperPyonchiX/ssh_mcp_server
If you are the rightful owner of ssh_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
VirtualBox Ubuntu MCP Server allows AI agents to connect to and manage an Ubuntu virtual machine via SSH for command execution and file transfer.
Tools
Functions exposed to the LLM to take actions
connect_ssh
Establishes an SSH connection to the Ubuntu VM using optional parameters or environment variables.
connect_ssh_env
Establishes an SSH connection using only environment variables.
execute_command
Executes a command on the connected Ubuntu VM.
upload_file
Uploads a local file to the Ubuntu VM.
download_file
Downloads a file from the Ubuntu VM to the local machine.
get_system_info
Retrieves system information from the Ubuntu VM.
disconnect_ssh
Disconnects the SSH connection.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client