Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROMETHEUS_HOST | Yes | The URL of your Prometheus instance (e.g., http://localhost:9090) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| context-prometheus | Consultes as regras e diretrizes para fazer queries e interagir com o Prometheus |
| instant-query | Execute an instant Prometheus query |
| range-query | Execute a range Prometheus query |
| get-series | Find series by label matchers |
| get-label-values | Get label values for a label name |
| get-metadata | Get metadata for metrics |
| get-targets | Get information about targets |
| get-alerts | Get information about alerts |
| get-rules | Get information about alerting and recording rules |
| get-status | Get status information about the Prometheus server |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review-code | Revise o código para melhores práticas e possíveis problemas |
| query-metrica | Executa uma query Prometheus com base em uma métrica conhecida |
| saudacao | Gera uma saudação para membros do time |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |