Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTGRES_DB | Yes | Database name | |
| POSTGRES_HOST | No | Database host | localhost |
| POSTGRES_PORT | No | Database port | 5432 |
| POSTGRES_USER | Yes | Database user | |
| QUERY_TIMEOUT | No | Query timeout in seconds | 30 |
| POSTGRES_SSLMODE | No | SSL mode | prefer |
| POSTGRES_PASSWORD | Yes | Database password | |
| POSTGRES_POOL_MAX | No | Maximum connections in the pool | 10 |
| POSTGRES_POOL_MIN | No | Minimum connections in the pool | 1 |
| POSTGRES_READONLY | No | Read-only mode | false |
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 |
|---|---|
No tools | |