Allows access to Prometheus monitoring data through an MCP server, supporting authentication via username/password or token, and compatibility with multi-tenant setups through organization ID specification.
Prometheus MCP Server
A tool that allows access to Prometheus data through a Model Context Protocol server.
Installation
Installing via Smithery
To install Prometheus Data Access Server for Claude Desktop automatically via Smithery:
Manual 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)--timeout: Evaluation timeout in seconds (default: 30)--limit: Maximum number of returned series (default: 1000)