MCP server
Prometheus MCP Server
Runs PromQL against a Prometheus server and hands the result back to the agent.
Add it to your client
CommunityInstall
docker run -i --rm -e PROMETHEUS_URL ghcr.io/pab1it0/prometheus-mcp-server:latest
mcpServers
{
"mcpServers": {
"prometheus-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PROMETHEUS_URL",
"ghcr.io/pab1it0/prometheus-mcp-server:latest"
]
}
}
}- Transport
- both
- Runtime
- Python
- Auth
- Not required
- Tools
- 6
- License
- MIT
Tools
execute_queryexecute_range_querylist_metricsget_metric_metadataget_targetshealth_check
A community Python server that takes a Prometheus URL and exposes instant queries, range queries, metric discovery, metadata lookup and scrape target status. It speaks stdio by default but can also serve HTTP or SSE, including a stateless mode meant for running several replicas behind a load balancer. When the Prometheus endpoint is protected it supports basic auth, bearer tokens and client certificates.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Braintrust MCP
MCP serverQueries Braintrust eval data and production logs from a coding agent.
Data & AnalyticsAI Models & Inference
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment