SSH MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ssh_connectC | Connect to an SSH server |
| ssh_disconnectC | Disconnect from an SSH server |
| ssh_executeC | Execute a command on a remote SSH server |
| ssh_copy_fileB | Copy files between local and remote servers or between remote servers |
| ssh_list_filesC | List files and directories on local or remote server |
| ssh_file_infoC | Get file information (size, permissions, etc.) |
| ssh_start_interactive_shellC | Start an interactive shell session with PTY support for typing simulation |
| ssh_send_inputC | Send input to an interactive shell session with optional typing simulation |
| ssh_read_outputC | Read output from an interactive shell session |
| ssh_close_interactive_shellC | Close an interactive shell session |
| ssh_save_credentialC | Save SSH credentials for reuse |
| ssh_list_credentialsB | List all saved SSH credentials |
| ssh_delete_credentialC | Delete a saved SSH credential |
| ssh_connect_with_credentialC | Connect to SSH server using saved credentials |
| ssh_set_working_directoryC | Set the current working directory for a connection |
| ssh_get_working_directoryB | Get the current working directory for a connection |
| ssh_docker_deployC | Deploy Docker containers with working directory context |
| ssh_docker_statusC | Check Docker container status in working directory |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/widjis/mcp-ssh'
If you have feedback or need assistance with the MCP directory API, please join our Discord server