Enables access to Prometheus monitoring and time-series data through an MCP server, allowing AI assistants to query metrics, analyze performance data, and interact with Prometheus instances.
Prometheus MCP Server
A tool that allows access to Prometheus data through a Model Context Protocol server.
Installation
Run Without Installation
You can also run the package directly without installing it using pipx run:
This is useful for testing or one-time usage scenarios.
Related MCP server: Prometheus MCP Server
Usage
Command Line Arguments
--url: Prometheus server URL (required)--username: Username for basic authentication (optional)--password: Password for basic authentication (optional)--token: Token for authentication (optional)--org-id: Organization ID for multi-tenant setups (optional)