Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ssh_connect | Connect to an SSH server |
| ssh_disconnect | Disconnect from an SSH server |
| ssh_execute | Execute a command on a remote SSH server |
| ssh_copy_file | Copy files between local and remote servers or between remote servers |
| ssh_list_files | List files and directories on local or remote server |
| ssh_file_info | Get file information (size, permissions, etc.) |
| ssh_start_interactive_shell | Start an interactive shell session with PTY support for typing simulation |
| ssh_send_input | Send input to an interactive shell session with optional typing simulation |
| ssh_read_output | Read output from an interactive shell session |
| ssh_close_interactive_shell | Close an interactive shell session |
| ssh_save_credential | Save SSH credentials for reuse |
| ssh_list_credentials | List all saved SSH credentials |
| ssh_delete_credential | Delete a saved SSH credential |
| ssh_connect_with_credential | Connect to SSH server using saved credentials |
| ssh_set_working_directory | Set the current working directory for a connection |
| ssh_get_working_directory | Get the current working directory for a connection |
| ssh_docker_deploy | Deploy Docker containers with working directory context |
| ssh_docker_status | Check Docker container status in working directory |