Execute SSH commands on remote servers and resume large file transfers.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "ssh-mcp" yet — see the docs or source repo.
Connect to the following remote servers and run uname -a, df -h, and systemctl status nginx via SSH. Summarize each machine's OS version, disk usage, and Nginx status.
A summarized status report for each server, making abnormal nodes easy to spot.
Transfer a local backup file to /data/backups on the remote server. If the transfer is interrupted, resume it via SFTP and verify the final file size matches.
A completed large-file transfer with resume support, plus transfer and verification status.
Run git pull, npm install, npm run build, and pm2 restart app on three application servers in sequence. Report whether each step succeeded and include failure logs.
Deployment results across multiple servers, including success status and error logs.
Connect AI to remote servers via SSH for commands and secure file transfer.
Run remote commands over persistent SSH sessions with preserved context and state.
Securely diagnose remote servers over SSH with guarded read and write access.
Remotely manage Linux servers via SSH, commands, Docker, files, and code deployment.
Let AI handle secure remote SSH commands, transfers, and port forwarding.
Securely orchestrate SSH commands, files, tunnels, and fleet operations across hosts.