Connects Prometheus metrics and data to Claude via the Model Context Protocol (MCP).
This TypeScript-based server acts as a bridge between Claude and your Prometheus server by implementing a Prometheus API interface through the Model Context Protocol (MCP). It allows Claude to access and utilize Prometheus metrics, providing detailed metadata and statistical information for each metric, including name, description, count, min, and max values. It supports basic authentication for secured Prometheus instances and exposes metrics through a structured URI format for easy access.