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