t-suganuma/ssh-connect-mcp-server
If you are the rightful owner of ssh-connect-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for SSH connections and file operations.
Tools
Functions exposed to the LLM to take actions
connect
Connect to an SSH server with optional parameters for host, port, username, password, key_path, and key_passphrase.
disconnect
Disconnect from the SSH server with no parameters required.
execute
Execute a command on the SSH server with options for command and timeout.
upload
Upload a file to the SSH server with required parameters for local_path and remote_path.
download
Download a file from the SSH server with required parameters for remote_path and local_path.
list_files
List files in a directory on the SSH server with a required parameter for path.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client