Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSH_HOST | Yes | SSH server host address. | |
| SSH_PORT | No | SSH server port. | 22 |
| MYSQL_USER | Yes | The MySQL database user. | |
| VANNA_MODEL | Yes | Your Vanna model name. | |
| SSH_KEY_PATH | No | Path to the private key for SSH authentication. | |
| SSH_PASSWORD | No | SSH password (can be used instead of key-based auth). | |
| SSH_USERNAME | Yes | SSH username. | |
| VANNA_API_KEY | Yes | Your Vanna AI API key (get from vanna.ai). | |
| MYSQL_DATABASE | Yes | The name of the MySQL database. | |
| MYSQL_PASSWORD | Yes | The MySQL database password. | |
| MYSQL_REMOTE_HOST | Yes | Remote host for the MySQL database (usually localhost when using tunnel). | localhost |
| MYSQL_REMOTE_PORT | Yes | Remote port for the MySQL database. | 3306 |
| SSH_KEY_PASSPHRASE | No | Passphrase for the private key (Optional). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |