Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | The PostgreSQL database host | localhost |
| DB_NAME | No | The name of the PostgreSQL database | |
| DB_PORT | No | The PostgreSQL database port | 5432 |
| DB_USER | No | The PostgreSQL database username | |
| MCP_HOST | No | The host address for HTTP transport mode | 0.0.0.0 |
| MCP_PORT | No | The port number for HTTP transport mode | 8000 |
| DB_PASSWORD | No | The PostgreSQL database password | |
| DATABASE_URL | No | The complete PostgreSQL database connection URL (postgresql://user:password@host:port/database) | |
| MCP_TRANSPORT | No | The MCP transport mode (stdio or http) | stdio |
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 | |