Back to Apps

Prometheus MCP
Supports UIby freepik-company
Seamless PromQL querying and infrastructure monitoring via MCP, supporting multi-backend and multi-tenant setups.
0 stars
Works in:CursorVS Code Copilot
Exposes:Tools
What it does
Prometheus MCP bridges the gap between AI assistants and Prometheus-compatible metrics servers. It enables agents to execute instant and range queries using PromQL, list metrics, and analyze infrastructure health in real-time across various backends like Prometheus, Thanos, and VictoriaMetrics.
Tools
prometheus_query: Execute instant PromQL queries to get current metric values.prometheus_range_query: Perform range queries over a specific time interval for trend analysis.prometheus_list_metrics: List all available metrics with glob pattern filtering.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"prometheus": {
"command": "/path/to/prometheus-mcp",
"args": ["--config", "/path/to/config.yaml"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code
- Claude Web (via HTTP transport)
Quick install
make buildInformation
- Pricing
- free
- Published
- 7/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entryClaude Desktop
{"mcpServers": {"prometheus": {"command": "/path/to/prometheus-mcp", "args": ["--config", "/path/to/config.yaml"]}}}VS Code Copilot
settings.json entry






