app-sre/proms-mcp
If you are the rightful owner of proms-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Proms MCP Server is a lean Model Context Protocol server designed to provide LLM agents with seamless access to multiple Prometheus instances for metrics analysis and SRE operations.
Tools
Functions exposed to the LLM to take actions
list_datasources
List all available Prometheus datasources
list_metrics
Get all available metric names from a datasource
get_metric_metadata
Get metadata for a specific metric
query_instant
Execute instant PromQL query
query_range
Execute range PromQL query
get_metric_labels
Get all label names for a specific metric
get_label_values
Get all values for a specific label
find_metrics_by_pattern
Find metrics matching a regex pattern
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client