-
securityA
license-
qualityMCP server for interacting with Prometheus metrics and data.
Last updated -
8
JavaScript
MIT License
Allows access to Prometheus monitoring data through an MCP server, supporting authentication via username/password or token, and compatibility with multi-tenant setups through organization ID specification.
モデル コンテキスト プロトコル サーバーを介して Prometheus データにアクセスできるようにするツール。
Smithery経由で Claude Desktop 用の Prometheus Data Access Server を自動的にインストールするには:
pipx run
を使用して、パッケージをインストールせずに直接実行することもできます。
これは、テストや 1 回限りの使用シナリオに役立ちます。
--url
: Prometheus サーバーの URL (必須)--username
: 基本認証のユーザー名(オプション)--password
: 基本認証のパスワード(オプション)--token
: 認証用のトークン(オプション)--org-id
: マルチテナント設定の組織ID(オプション)--timeout
: 評価のタイムアウト(秒)(デフォルト: 30)--limit
: 返されるシリーズの最大数(デフォルト: 1000)This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
ユーザーがモデル コンテキスト プロトコル サーバーを介して Prometheus メトリック データにアクセスできるようにし、安全なデータ取得のための認証オプションをサポートするツール。