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

コメント

「開発者ツール」の他のコンテンツ