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_connect | Connect to a remote SSH server. Returns session_id for subsequent commands. |
| ssh_exec | Execute a command on a connected SSH session. |
| ssh_read_buffer | Read recent terminal output from session buffer. |
| ssh_disconnect | Disconnect an SSH session. |
| list_sessions | List all active SSH sessions. |
| scp_upload | Upload a local file to remote server via SFTP. |
| scp_download | 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 | |