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
开发工具 分类下的更多 MCP 服务器
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
评论