MCP.so
登录

Prometheus MCP

@etruong42

关于 Prometheus MCP

MCP server to connect LLMs with Prometheus HTTP API

基本信息

分类

开发工具

许可证

MIT

运行时

python

传输方式

stdio

发布者

etruong42

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Prometheus MCP": {
      "command": "/path/to/uv",
      "args": [
        "--directory",
        "/directory/to/prometheus-mcp",
        "run",
        "server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Prometheus MCP?

A proof-of-concept MCP server for Prometheus, designed to integrate Prometheus queries with AI assistants like Claude.

How to use Prometheus MCP?

Install the uv package manager (and Python if needed), clone the repository, update the .env file, and run the server using uv --directory "/path/to/prometheus-mcp" run server.py. Then add the server to your Claude Desktop MCP configuration using the provided JSON block.

Key features of Prometheus MCP

  • Proof-of-concept MCP server for Prometheus
  • Integrates with Claude Desktop via MCP protocol
  • Uses uv for dependency management and execution
  • Requires a .env file for configuration

Use cases of Prometheus MCP

FAQ from Prometheus MCP

评论

开发工具 分类下的更多 MCP 服务器