Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DSN | Yes | Connection string for PostgreSQL database in the format postgresql://user:pass@host:port/db | |
| READ_ONLY | No | Enable read-only mode, where only tools beginning with 'list', 'read_' and 'desc_' are available | |
| WITH_EXPLAIN_CHECK | No | Run EXPLAIN statement before executing queries to check the query plan |
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 | |