loglmhq_mcp-server-prometheus
0
The mcp-server-prometheus is a TypeScript-based server designed to interface with Prometheus through the Model Context Protocol. It enables listing and accessing Prometheus metrics with detailed statistics and supports basic authentication for secure instances.
mcp-server-prometheus
MCP server for interacting with Prometheus metrics and data. This TypeScript-based server implements a Prometheus API interface providing a bridge between Claude and Prometheus through the Model Context Protocol (MCP).
Features
- List and access Prometheus metric schema
- Access detailed metadata from Prometheus
- JSON mime type for data access
- Authentication support for secured Prometheus instances
Configuration
Requires 'PROMETHEUS_URL', with optional 'PROMETHEUS_USERNAME' and 'PROMETHEUS_PASSWORD' for authentication.