Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | |
LOKI_ADDR | Yes | Loki server address (URL) | |
LOKI_ORG_ID | No | Organization ID for multi-org setups | |
LOKI_CA_FILE | No | Custom CA file for TLS | |
LOKI_KEY_FILE | No | Client key file for TLS | |
LOKI_PASSWORD | No | Password for basic auth | |
LOKI_USERNAME | No | Username for basic auth | |
LOKI_CERT_FILE | No | Client certificate file for TLS | |
LOKI_TENANT_ID | No | Tenant ID for multi-tenant Loki | |
LOKI_CONFIG_PATH | No | Custom path to config file | |
LOKI_BEARER_TOKEN | No | Bearer token for authentication | |
LOKI_TLS_SKIP_VERIFY | No | Skip TLS verification ('true' or 'false') | |
LOKI_BEARER_TOKEN_FILE | No | File containing bearer token |
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 |
---|---|
query_loki | - |
get_label_values | - |
get_labels | - |