MCP Server for Prometheus
@MCP-Mirror
MCP Server for Prometheus について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"CaesarYangs_prometheus_mcp_server": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server for Prometheus?
MCP Server for Prometheus is a Model Context Protocol server that lets Large Language Models retrieve and analyze metric data from Prometheus databases. It provides pre‑defined tool functions for fetching metrics, performing analysis, searching usage patterns, and executing complex PromQL queries.
How to use MCP Server for Prometheus?
Create a Python virtual environment, install the required packages from requirements.txt, and set the PROMETHEUS_HOST environment variable (default http://localhost:9090). You can then run server.py either as a standalone server (using uv or python3) or configure it in Claude Desktop by adding the server entry to claude_desktop_config.json.
Key features of MCP Server for Prometheus
- Retrieve metric names and descriptions from Prometheus
- Fetch and analyze specific metric data by name
- Analyze metric data within custom time ranges
- Execute advanced PromQL queries for in‑depth exploration
Use cases of MCP Server for Prometheus
- Fetch specific metrics or ranges of data from a Prometheus instance
- Perform statistical analysis on retrieved metric values
- Search for and explore metric usage patterns
- Run complex PromQL queries for detailed data exploration
FAQ from MCP Server for Prometheus
What runtime environment is required?
The server runs inside a Python virtual environment (venv). All packages in requirements.txt must be installed into that venv.
How do I configure the server for Claude Desktop?
Add an entry to your Claude Desktop configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json on macOS) with the command uv, the path to the server directory, and the PROMETHEUS_HOST environment variable.
How can I run the server standalone?
Use either uv --directory /path/to/prometheus_mcp_server run server.py or python3 server.py from the project directory.
What environment variable controls the Prometheus host?
The `PROMETHE
「開発者ツール」の他のコンテンツ
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
コメント