mcp-server-prometheus
@loglmhq
关于 mcp-server-prometheus
MCP server for interacting with Prometheus
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-prometheus?
mcp-server-prometheus is a TypeScript-based MCP server that implements a Prometheus API interface. It provides a bridge between Claude and your Prometheus server through the Model Context Protocol (MCP), enabling interaction with Prometheus metrics and data.
How to use mcp-server-prometheus?
Configure the required environment variable PROMETHEUS_URL (and optionally PROMETHEUS_USERNAME and PROMETHEUS_PASSWORD for basic auth). Add the server to your Claude Desktop config JSON with the path to the built index.js file, then start Claude.
Key features of mcp-server-prometheus
- List and access Prometheus metric schema
- Each metric provides name, description, and detailed metadata
- Exposes statistical information (count, min, max) per metric
- Supports basic authentication for secured Prometheus instances
- Returns data in JSON mime type for structured access
Use cases of mcp-server-prometheus
- Query and browse Prometheus metrics through Claude using natural language
- Retrieve detailed metadata and statistics for monitoring analysis
- Integrate Prometheus observability data directly into Claude-powered workflows
FAQ from mcp-server-prometheus
What environment variables are required to run mcp-server-prometheus?
PROMETHEUS_URL is required. PROMETHEUS_USERNAME and PROMETHEUS_PASSWORD are optional for basic auth.
What kind of data does mcp-server-prometheus expose?
It exposes Prometheus metric schema, metadata (help text, type), and statistical data (count, min, max) for each metric.
How is mcp-server-prometheus installed and configured?
Install dependencies with npm install, build with npm run build, then add the server configuration to your Claude Desktop JSON config file.
Can I debug mcp-server-prometheus?
Yes, use the MCP Inspector by running npm run inspector in the project directory.
What authentication methods are supported?
The server supports basic authentication via the PROMETHEUS_USERNAME and PROMETHEUS_PASSWORD environment variables.
开发工具 分类下的更多 MCP 服务器
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Grafana MCP server
grafanaMCP server for Grafana
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
评论