Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RDS_HOST | Yes | RDS database host | |
| SSH_HOST | Yes | SSH host (e.g., EC2 instance) | |
| SSH_USER | Yes | SSH username | |
| POSTGRES_DB | Yes | Your PostgreSQL database name | |
| SSH_KEY_PATH | Yes | Path to SSH private key file | |
| POSTGRES_USER | Yes | Your PostgreSQL read-only user | |
| POSTGRES_PASSWORD | Yes | Your PostgreSQL user password |
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 | |