Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORG_ID | No | Organization ID for multi-tenant setups like Cortex, Mimir, or Thanos. | |
| PROMETHEUS_URL | No | The URL of your Prometheus server (e.g., http://localhost:9090). Required for single-tenant configuration. | |
| PROMETHEUS_TOKEN | No | Bearer token for authentication. | |
| PROMETHEUS_TENANTS | No | A JSON string defining multiple Prometheus tenants. Required for multi-tenant configuration. | |
| PROMETHEUS_PASSWORD | No | Password for basic authentication. | |
| PROMETHEUS_USERNAME | No | Username for basic authentication. | |
| PROMETHEUS_DEFAULT_TENANT | No | The name of the default tenant (defaults to the first tenant in PROMETHEUS_TENANTS if not specified). |
Capabilities
Server capabilities have not been inspected yet.
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 | |