zhijun/ssh-mcp
If you are the rightful owner of ssh-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
SSH Agent MCP is a Python-based Model Context Protocol (MCP) stdio service that enables large models to directly manage SSH connections for remote server problem-solving.
Tools
Functions exposed to the LLM to take actions
ssh_connect_by_name
Establishes an SSH connection using a connection name from the configuration file.
ssh_list_config
Lists all SSH connections from the configuration file, with optional tag filtering.
ssh_auto_connect
Automatically connects to servers marked for auto-connect in the configuration file.
ssh_execute
Executes a command on an SSH connection and retrieves the output.
ssh_start_interactive
Starts an interactive command session, supporting commands that require user input.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client