MCP SSH Server
Related Servers
Alternatives to MCP SSH Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables remote shell control of Linux and network devices via SSH/Telnet, with session management and file transfer capabilities.-
- AlicenseNot gradedqualityBmaintenanceEnables persistent SSH connections to Linux hosts and network devices, with secure credential storage, configuration backup/restore, SFTP, and SSH tunneling.1MIT
- AlicenseAqualityDmaintenanceEnables remote server management through SSH and SFTP, supporting command execution, file transfers, and interactive shell sessions. It allows for multiple concurrent connections using either password or SSH key authentication.119 npm4MIT
- AlicenseAqualityDmaintenanceEnables secure SSH connections to multiple remote servers with support for command execution, file transfers (SFTP), directory listing, and both password and key-based authentication.7MIT
- FlicenseNot gradedqualityCmaintenanceEnables remote server management via SSH, including command execution, file transfer (SFTP), and interactive shell sessions, with support for multiple hosts.-
- FlicenseAqualityCmaintenanceEnables secure remote Linux/Unix server management over SSH/SFTP, including command execution, system inspection, file editing, and service control.8-
TDQS
Scored across 13 tools
Each tool targets a distinct operation: connection management, file transfer, file reading, command execution, and specific Ubuntu admin tasks. The descriptions clearly differentiate between reading a file and executing a command, and between downloading and reading.
General SSH tools follow a consistent ssh_verb_noun pattern (e.g., ssh_list_files, ssh_upload_file), but Ubuntu tools mix patterns: some are noun_verb (ubuntu_nginx_control) and others are noun phrases without a verb (ubuntu_ssl_certificate, ubuntu_website_deployment). This creates two inconsistent naming conventions within the same server.
13 tools is well within the ideal range, covering both core SSH operations and a reasonable set of Ubuntu server management tasks without being overwhelming.
The SSH operations cover connect/disconnect, file transfer, file listing/reading, and safe command execution, which is quite complete. The Ubuntu tools cover common web server management tasks (Nginx, SSL, deployment, firewall, updates), though a few extras like user management or service restart could be missing but are not critical gaps.