Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDSHIFT_HOST | Yes | The Redshift host address | |
| REDSHIFT_PORT | Yes | The Redshift port number | 5432 |
| REDSHIFT_USER | Yes | The Redshift user | |
| REDSHIFT_DATABASE | Yes | The Redshift database name | |
| REDSHIFT_PASSWORD | Yes | The Redshift password |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| redshift_query | |
| redshift_list_tables | |
| redshift_describe_table | |
| redshift_get_sample_data | |
| redshift_connection_status | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_tables_resource | List of available tables in the public schema. |
| get_status_resource | Current Redshift connection status. |