Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | The database host | |
| DB_NAME | No | The database name | |
| DB_PORT | No | The database port | 5432 |
| DB_USER | No | The database user | |
| DB_PASSWORD | No | The database password | |
| DB_SSL_MODE | No | SSL mode: require, disable, or omit for default | |
| POSTGRES_DB | No | The database name (alternative PostgreSQL-style variable) | |
| DATABASE_URL | No | PostgreSQL connection URL (e.g., postgresql://username:password@localhost:5432/database_name?sslmode=require) | |
| POSTGRES_HOST | No | The database host (alternative PostgreSQL-style variable) | |
| POSTGRES_PORT | No | The database port (alternative PostgreSQL-style variable) | 5432 |
| POSTGRES_USER | No | The database user (alternative PostgreSQL-style variable) | |
| POSTGRES_PASSWORD | No | The database password (alternative PostgreSQL-style variable) | |
| POSTGRES_SSL_MODE | No | SSL mode: require, disable, or omit for default (alternative PostgreSQL-style variable) |
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 | |