Manage multiple virtual machines and run remote commands over SSH.
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.
Use SSH MCP to read my SSH config, connect to all hosts tagged as production, run `uptime && df -h && free -m`, and summarize uptime, disk usage, and memory status for each machine in a table.
A status summary table for each production server for quick health checks.
Use SSH MCP to connect to the staging server, go to `/var/www/app`, run `git pull && npm install && npm run build && pm2 restart app`, and report whether each step succeeded and whether the service restarted successfully.
Deployment logs and a result summary showing successful steps and any failure causes.
Use SSH MCP to connect to web-01 and web-02, inspect the last 100 lines of `/var/log/nginx/error.log`, and summarize recurring error types, frequency, and possible causes.
A concise error log summary for both servers with key patterns and troubleshooting directions.
Manage SSH sessions, run remote commands, transfer files, and diagnose servers.
Manage remote servers over SSH for commands, transfers, checks, and backups.
Enable AI to access remote hosts via SSH for commands and file transfer.
Remotely manage Linux servers via SSH, commands, Docker, files, and code deployment.
Manage remote Linux machines over SSH directly from an AI chat.
Manage SSH interactive sessions via MCP, run commands, and control session lifecycles.