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.
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)
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.
사용자가 모델 컨텍스트 프로토콜 서버를 통해 Prometheus 메트릭 데이터에 액세스할 수 있도록 하는 도구로, 안전한 데이터 검색을 위한 인증 옵션을 지원합니다.
Related MCP Servers
- -securityAlicense-qualityMCP server for interacting with Prometheus metrics and data.Last updated -16JavaScriptMIT 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 -28PythonMIT 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 -5180PythonMIT License
- -securityFlicense-qualityA tool that enables access to Prometheus metrics data through a Model Context Protocol server, allowing interaction with monitoring data using natural language.Last updated -Python