MCP SSH Tools Server
Related Servers
Alternatives to MCP SSH Tools 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
- AlicenseBqualityDmaintenanceA server that enables remote command execution over SSH through the Model Context Protocol (MCP), supporting both password and private key authentication.11 npm2MIT
- AlicenseBqualityAmaintenanceA server that enables secure interaction with remote SSH hosts through standardized MCP interface, providing functions like listing hosts, executing commands, and transferring files using native SSH tools.7255 npm98MIT
- AlicenseAqualityBmaintenanceA secure remote server management tool based on MCP protocol, supporting SSH connections, command execution, and SFTP file transfers.2014 npm6MIT
- AlicenseAqualityCmaintenanceMCP server for managing remote servers via SSH, enabling command execution, file transfer, rsync, tunnels, health checks, backups, and database operations.17660 npm1MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server for managing remote SSH servers, enabling AI agents to execute commands, transfer files, and perform deployment operations securely.MIT
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose with no overlap: add_server_config manages server configurations, list_servers enumerates them, test_connection checks connectivity, execute runs commands, list_directory browses files, and upload_file/download_file handle file transfers. The descriptions reinforce these distinct roles, making tool selection unambiguous.
All tools follow a consistent verb_noun or verb_noun_noun pattern (e.g., add_server_config, list_directory, upload_file). The naming is uniform across the set, using snake_case throughout with clear, descriptive terms that align with their functions.
With 7 tools, the count is well-scoped for an SSH management server. It covers essential operations like server configuration, connection testing, command execution, file management, and directory listing, without being overly sparse or bloated.
The tool set provides strong coverage for core SSH workflows, including CRUD-like operations for server configs, file transfers, and remote execution. A minor gap is the lack of tools for deleting or modifying server configurations, which agents might need to work around, but the surface is largely complete for the domain.