mcp-ssh
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| connectC | Establishes a new SSH connection to a server. |
| disconnectB | Disconnects an active SSH connection. |
| listConnectionsA | Lists all saved SSH connections. |
| getConnectionB | Gets detailed information about a specific SSH connection. |
| deleteConnectionC | Deletes a saved SSH connection. |
| executeCommandC | Executes a command on a remote server via SSH. |
| backgroundExecuteC | Executes a command in the background on a remote server at a specified interval. |
| stopBackgroundB | Stops a background command execution on a specific connection. |
| getCurrentDirectoryB | Gets the current working directory of an SSH connection. |
| uploadFileC | Uploads a local file to a remote server. |
| downloadFileC | Downloads a file from a remote server to the local machine. |
| batchUploadFilesC | Uploads multiple local files to a remote server. |
| batchDownloadFilesC | Downloads multiple files from a remote server. |
| getFileTransferStatusB | Gets the status of a specific file transfer. |
| listFileTransfersB | Lists all recent file transfers. |
| listActiveSessionsB | Lists all currently active SSH sessions. |
| listBackgroundTasksA | Lists all background tasks currently running. |
| stopAllBackgroundTasksA | Stops all running background tasks. |
| mcp_ssh_mcp_createTerminalSessionC | Creates a new interactive terminal session. |
| mcp_ssh_mcp_writeToTerminalD | Writes data to an interactive terminal session. |
| createTunnelC | Creates an SSH tunnel (port forwarding). |
| closeTunnelB | Closes an active SSH tunnel. |
| listTunnelsA | Lists all active SSH tunnels. |
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/shuakami/mcp-ssh'
If you have feedback or need assistance with the MCP directory API, please join our Discord server