MCP SSH Server
Related Servers
Alternatives to MCP SSH Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceSSH-based MCP server that enables remote execution of SSH commands, file transfers, and secure server management via the MCP protocol.ISC
- AlicenseAqualityBmaintenanceEnables AI clients to securely execute remote commands and transfer files over SSH through standardized MCP tools, with multi-host management, flexible authentication, and an admin console.54192ISC
- 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
- AlicenseAqualityBmaintenanceAn MCP server for SSH/SCP operations with passwordless authentication, enabling remote command execution, file transfer, and session management.199MIT
- FlicenseNot gradedqualityCmaintenanceEnables remote server management via SSH, including command execution, file transfer (SFTP), and interactive shell sessions, with support for multiple hosts.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables remote SSH command execution and bidirectional file transfers through a standardized interface. It allows AI assistants to securely manage remote servers while keeping credentials isolated and applying command-level security controls.ISC
TDQS
Scored across 5 tools
Each tool targets a clearly distinct SSH operation: configuration inspection, connection testing, upload, download, and command execution. Even the potentially overlapping info/test pair is well differentiated by whether a connection is actually made and whether commands run.
All tools use snake_case and share the ssh_ prefix, making the family easy to recognize. The suffix patterns vary slightly between noun phrases and verb phrases, but not enough to cause confusion.
Five tools is well-scoped for an SSH server focused on connection inspection, testing, file transfer, and command execution. No tool feels redundant or out of place.
The core SSH lifecycle is covered: inspect targets, test connectivity, upload, download, and execute commands. Explicit remote file management such as delete, list, or mkdir is absent, but ssh_exec provides a general workaround.