Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTGRES_DB | No | Database name | |
| POSTGRES_SSL | No | Enable SSL mode (set to 'true' to enable) | |
| POSTGRES_URL | No | Full database URL (e.g., postgres://user:pass@host:5432/dbname) | |
| POSTGRES_HOST | No | Database host | |
| POSTGRES_PORT | No | Database port | 5432 |
| POSTGRES_USER | No | Database user | |
| POSTGRES_PASSWORD | No | Database password |
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 | |