F
licenseA
qualityC
maintenanceEnables LLMs to securely SSH into remote servers, execute commands, and manage files via SFTP including listing, reading, writing, deleting, and renaming files.
11
-
No user-submitted related servers found.
Scored across 7 tools
Each tool has a distinct purpose: connect, disconnect, download, execute, list, status, upload. Descriptions clearly differentiate them with no overlap.
All tools begin with 'ssh_' followed by a verb or verb_noun pattern (e.g., ssh_connect, ssh_download_file). 'ssh_status' uses a noun but is still clear. Mostly consistent.
7 tools cover core SSH operations (connection, execution, file transfer, listing) without being excessive. Well-scoped for the domain.
Covers essential operations, but lacks explicit file manipulation (delete, rename, mkdir). These can be done via ssh_execute, so minor gap.