Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFLUX_ORG | Yes | Your InfluxDB organization | |
| INFLUX_URL | Yes | The URL of your InfluxDB server | |
| INFLUX_TOKEN | Yes | Your InfluxDB authentication token | |
| INFLUX_BUCKET | No | The InfluxDB bucket name | sol_metrics |
| INFLUX_VERSION | No | The InfluxDB version (v1 or v2) | v1 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_metrics | List all available metrics from the sol_metrics InfluxDB database |
| analyze_metrics | Analyze metrics and categorize them with explanations |
| generate_dashboard | Generate a Grafana dashboard JSON for selected metrics |
| search_rust_code | Search for metric definitions in the Solana Rust codebase |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |