Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET | Yes | Secret key for JWT token generation and verification | |
| INFLUXDB_SSL | No | Whether to use SSL for connecting to InfluxDB | false |
| INFLUXDB_HOST | Yes | The hostname or IP address of your InfluxDB instance | |
| INFLUXDB_PORT | No | The port of your InfluxDB instance | 8086 |
| JWT_ALGORITHM | No | Algorithm to use for JWT | HS256 |
| INFLUXDB_TIMEOUT | No | Timeout in seconds for InfluxDB connection | 10 |
| INFLUXDB_PASSWORD | Yes | Password for your InfluxDB instance | |
| INFLUXDB_USERNAME | Yes | Username for your InfluxDB instance | |
| INFLUXDB_VERIFY_SSL | No | Whether to verify SSL certificates | true |
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 | |