Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DB_HOST | Yes | PostgreSQL database host | localhost |
DB_NAME | Yes | Your PostgreSQL database name | |
DB_PORT | Yes | PostgreSQL database port | 5432 |
DB_USER | Yes | Your PostgreSQL username | |
DB_PASSWORD | Yes | Your PostgreSQL password |
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 |
---|---|
list_tables | List all tables in the database with basic information |
describe_table | Get detailed schema information for a specific table |
get_table_relationships | Get foreign key relationships for a table |
list_schemas | List all schemas in the database |
get_indexes | Get indexes for a specific table |