Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VERTICA_SSL | No | Enable SSL connection | false |
| VERTICA_HOST | Yes | Database hostname | |
| VERTICA_PORT | No | Database port | 5433 |
| VERTICA_USER | Yes | Username | |
| VERTICA_DATABASE | Yes | Database name | |
| VERTICA_PASSWORD | No | Password (optional) | |
| VERTICA_QUERY_TIMEOUT | No | Query timeout in milliseconds | 60000 |
| VERTICA_READONLY_MODE | No | Enable readonly mode (only SELECT/SHOW/DESCRIBE/EXPLAIN/WITH queries allowed) | true |
| VERTICA_DEFAULT_SCHEMA | No | Default database schema | public |
| VERTICA_CONNECTION_LIMIT | No | Connection pool limit (max: 100) | 10 |
| VERTICA_SSL_REJECT_UNAUTHORIZED | No | Reject unauthorized SSL certificates | true |
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 | |