SSH Remote MCP Server
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ssh_connectA | Connect to a remote Ubuntu server via SSH |
| ssh_connect_savedB | Connect to a remote server using a saved local SSH credential name |
| ssh_setup_key_authA | Generate a local SSH keypair, install the public key on the remote server, and save a key-based credential for future connections |
| ssh_executeB | Execute a command on a remote SSH connection |
| ssh_upload_fileB | Upload a local file from an allowed local root to the remote server via SFTP |
| ssh_download_fileA | Download a remote file to an allowed local root via SFTP |
| ssh_save_credentialsA | Save SSH credentials locally under a reusable name. If a password is provided, the server is contacted once to bootstrap a key and only the generated key credential is saved. |
| ssh_list_saved_credentialsA | List saved local SSH credential entries |
| ssh_delete_saved_credentialsA | Delete a saved local SSH credential entry |
| ssh_disconnectA | Disconnect from a remote SSH connection |
| ssh_list_connectionsA | List all active SSH connections |
| ssh_health_checkB | Check the health of SSH connections |
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/nqmn/adremote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server