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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vm_exec | Execute a command on a remote host via SSH. |
| vm_file_read | Read a file from a remote host via SSH. |
| vm_file_write | Write content to a file on a remote host via SSH. |
| vm_file_push | Push a file from the local host to a remote host via SCP. |
| vm_file_pull | Pull a file from a remote host to the local host via SCP. |
| vm_snapshot | Create a snapshot of a VM/container (Incus). |
| vm_restore | Restore a VM/container to a named snapshot (Incus). |
| vm_status | Get the status of a VM/container (Incus). |
| vm_list | List all available VMs and containers with their status (Incus). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |