Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TIMESCALE_DB | No | TimescaleDB database name | tsdb |
| TIMESCALE_HOST | Yes | Your TimescaleDB host (e.g., your-timescale-host.tsdb.cloud.timescale.com) | |
| TIMESCALE_PORT | No | TimescaleDB port number | 31316 |
| TIMESCALE_USER | No | TimescaleDB username | tsdbadmin |
| TIMESCALE_PASSWORD | Yes | Your TimescaleDB password | |
| TIMESCALE_SSL_MODE | No | SSL mode for TimescaleDB connection | require |
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 | |