Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFIG | No | Path to YAML config file (--config). | |
| READ_ONLY | No | Only allow SELECT queries (default: true). Can be set to 'true' or 'false'. | |
| READ_WRITE | No | Allow INSERT, UPDATE, DELETE, and other write queries. Overrides read-only setting. | |
| DATABASE_URL | No | PostgreSQL connection string environment variable. CLI arg '-c' takes higher priority if provided. | |
| CONNECTION_STRING | No | PostgreSQL connection string CLI argument (-c or --connection-string). Takes highest priority. |
Capabilities
Server capabilities have not been inspected yet.
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 | |