Prometheus MCP Server
par pab1it0
Enable AI agents to query and analyze Prometheus metrics using PromQL via standardized MCP interfaces.
What it does\nConnects AI assistants to a Prometheus server, allowing them to execute PromQL queries, discover available metrics, and analyze time-series data for monitoring and observability.\n\n## Tools\n- execute_query: Run a PromQL instant query.\n- execute_range_query: Run a PromQL range query with start/end times.\n- list_metrics: List available Prometheus metrics with pagination.\n- get_metric_metadata: Retrieve detailed metadata for specific metrics.\n- get_targets: Get information about all active scrape targets.\n- health_check: Verify the connection status of the server.\n\n## Installation\nAdd to claude_desktop_config.json:\njson\n{\n \"mcpServers\": {\n \"prometheus\": {\n \"command\": \"docker\",\n \"args\": [\"run\", \"-i\", \"--rm\", \"-e\", \"PROMETHEUS_URL\", \"ghcr.io/pab1it0/prometheus-mcp-server:latest\"],\n \"env\": { \"PROMETHEUS_URL\": \"<your-prometheus-url>\" }\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop\n- VS Code\n- Cursor\n- Windsurf
Installation rapide
docker run -i --rm -e PROMETHEUS_URL="http://your-prometheus:9090" ghcr.io/pab1it0/prometheus-mcp-server:latestInformations
- Tarification
- free
- Publié
- 4/17/2026
- étoiles






