prometheus-mcp-server
If you are the rightful owner of prometheus-mcp-server 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@mcpreview.com.
A Model Context Protocol (MCP) server for Prometheus, enabling access to Prometheus metrics and queries through standardized MCP interfaces.
The Prometheus MCP Server provides a standardized interface for accessing and analyzing Prometheus metrics using Model Context Protocol (MCP). It allows AI assistants to execute PromQL queries, discover and explore metrics, and authenticate using basic or bearer token methods. The server supports Docker containerization for easy deployment and isolation, making it versatile for various environments. Users can configure the server through environment variables and integrate it with platforms like Claude Desktop. The server also offers interactive tools for AI assistants, enhancing their ability to interact with Prometheus data effectively.
Features
- Execute PromQL queries against Prometheus
- Discover and explore metrics with listing and metadata retrieval
- Authentication support with basic and bearer token methods
- Docker containerization support for easy deployment
- Interactive tools for AI assistants
Tools
execute_query
Perform PromQL Instant Query
execute_range_query
Perform PromQL query with time range
list_metrics
List all available metrics
get_metric_metadata
Get metadata for a specific metric
get_targets
Get information about all crawling targets