Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | PostgreSQL database host | localhost |
| DB_NAME | No | PostgreSQL database name | |
| DB_PASS | No | PostgreSQL database password | |
| DB_PORT | No | PostgreSQL database port | 5432 |
| DB_USER | No | PostgreSQL database username | |
| USE_SSH_TUNNEL | No | Whether to use SSH tunneling for database connection | false |
| SSH_BASTION_HOST | No | SSH bastion host for tunneling | |
| SSH_BASTION_USER | No | SSH bastion username | |
| SSH_PRIVATE_KEY_PATH | No | Path to SSH private key for bastion connection |
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 | |