SSH MCP Server
Related Servers
Alternatives to SSH MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceEnables remote server management via SSH, including command execution, file transfer (SFTP), and interactive shell sessions, with support for multiple hosts.-
- 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
- FlicenseBqualityDmaintenanceEnables SSH operations including connecting to remote servers, executing commands, and transferring files between local and remote systems. Supports multiple SSH connections with both password and private key authentication methods.18-
- AlicenseBqualityDmaintenanceEnables secure SSH connections to remote servers for executing shell commands and managing active sessions. It supports authentication via passwords or private keys and provides optional host-based access control.4179 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables remote server management via SSH, including executing commands, managing persistent interactive sessions, and transferring files over SFTP.51 npmISC
- AlicenseAqualityCmaintenanceEnables AI assistants to securely connect to and manage remote servers via SSH, supporting command execution, file transfers via SFTP, and multi-server management with both password and SSH key authentication.944 npm2MIT
TDQS
Scored across 7 tools
Every tool has a clearly distinct purpose with no ambiguity. Tools like check_ssh_connection, download_file, execute_command, and upload_file each handle specific SSH/SFTP operations without overlap. Even execute_command and execute_interactive_command are clearly differentiated by their interactive input capability.
All tools follow a consistent verb_noun naming pattern with snake_case throughout. The naming is predictable and readable, with clear action-object pairs like check_ssh_connection, download_file, list_directory, and upload_file.
Seven tools is well-scoped for an SSH server, covering connection management, file operations, and command execution. Each tool earns its place with no redundancy, providing a focused yet complete set of SSH capabilities.
The tool surface provides complete coverage for SSH operations: connection management (check/list), file transfer (upload/download), directory listing, and command execution (both regular and interactive). There are no obvious gaps or dead ends for typical SSH workflows.