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.
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)
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Una herramienta que permite el acceso a los datos de métricas de Prometheus a través de un servidor Model Context Protocol, permitiendo la interacción con los datos de monitoreo utilizando lenguaje natural.
Related MCP Servers
- -securityAlicense-qualityMCP server for interacting with Prometheus metrics and data.Last updated -16MIT License
- -securityAlicense-qualityAn MCP server that enables Large Language Models to retrieve, analyze, and query metric data from Prometheus databases through pre-defined routes.Last updated -29MIT License
- AsecurityAlicenseAqualityProvides access to Prometheus metrics and queries through standardized Model Context Protocol interfaces, allowing AI assistants to execute PromQL queries and analyze metrics data.Last updated -5197MIT License
- -securityFlicense-qualityA tool that lets users access Prometheus metrics data through a Model Context Protocol server, supporting authentication options for secure data retrieval.Last updated -1