Overview
Features
Real-time Metrics Access
Query current and historical Prometheus metrics through MCP, enabling AI assistants to fetch live values and trends.
Metrics Discovery
Discover available metrics and monitoring targets in a Prometheus deployment to understand what data can be queried.
Prometheus MCP Tools
Includes built-in tools (prom_query, prom_range, prom_discover, prom_metadata, prom_targets) for common Prometheus queries and discovery tasks.
Multiple Authentication Methods
Supports Basic authentication, Bearer tokens, and TLS for secure access to Prometheus endpoints.
Type-safe TypeScript Implementation
Fully type-safe MCP server implemented in TypeScript for improved reliability and developer experience.
Flexible Deployment
Deploy via npx (recommended) or global installation to fit your workflow.
Environment-driven Configuration and Secure Connections
Configurable through environment variables such as PROMETHEUS_URL, credentials, and optional TLS/insecure and timeout settings.
Who Is This For?
- AI developers:Integrate MCP into AI assistants to query metrics and monitor systems.
- DevOps teams:Leverage MCP to discover metrics and verify Prometheus targets.
- Prometheus users:Query PromQL data and analyze system performance via natural language.




