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_exec | Execute command over SSH using private key file path |
| add_credential | Add a new SSH credential with private key file path |
| list_credentials | List all stored SSH credentials |
| remove_credential | Remove a stored SSH credential |
| rsync_copy | Copy files/directories between local and remote server via rsync |