remote-ssh-mcp
by code-pumpkin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSH_USER | No | Optional SSH username to skip GUI credential prompts. | |
| SSH_PASSWORD | No | Optional SSH password to skip GUI credential prompts. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ssh_connectA | Connect to a remote SSH server. Returns session_id for subsequent commands. |
| ssh_execC | Execute a command on a connected SSH session. |
| ssh_read_bufferC | Read recent terminal output from session buffer. |
| ssh_disconnectC | Disconnect an SSH session. |
| list_sessionsB | List all active SSH sessions. |
| scp_uploadC | Upload a local file to remote server via SFTP. |
| scp_downloadC | Download a file from remote server via SFTP. |
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/code-pumpkin/remote-ssh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server