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 |
|---|---|
| connect_vps | Connect to a VPS using SSH. Requires host, username, and either password or privateKey. |
| disconnect_vps | Disconnect from the current VPS session. |
| execute_command | Execute a shell command on the connected VPS and return the output. Runs in the current tracked directory. |
| list_directory | List contents of a directory on the VPS. Defaults to current working directory. |
| create_directory | Create a new directory on the VPS. |
| read_file | Read the contents of a file on the VPS. |
| write_file | Create or overwrite a file on the VPS. |
| delete_item | Delete a file or directory on the VPS (recursive). |
| change_directory | Change the current working directory on the VPS. |
| get_current_directory | Get the current working directory path. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |