Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ssh_connect | Connect to an SSH server using password or SSH key authentication. Supports IPv4 and IPv6. |
| ssh_execute | Execute a command on an established SSH connection |
| ssh_disconnect | Disconnect from an SSH server |
| ssh_list_connections | List all active SSH connections |
| ssh_execute_script | Execute a multi-line script or code block on an SSH connection. Automatically handles code blocks with triple backticks. |
| ssh_upload_and_execute | Upload a script file and execute it on the remote server |
| ssh_upload_file | Upload a file to the remote server via SFTP |
| ssh_download_file | Download a file from the remote server via SFTP |
| ssh_list_files | List files and directories on the remote server |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |