Prometheus MCP サーバー
モデル コンテキスト プロトコル サーバーを介して Prometheus データにアクセスできるようにするツール。
インストール
pipx install git+https://github.com/moohoorama/prometheus-mcp-server-py.git
インストールなしで実行
pipx run
を使用して、パッケージをインストールせずに直接実行することもできます。
pipx run --spec git+https://github.com/moohoorama/prometheus-mcp-server-py.git prometheus-mcp --url http://your-prometheus-server:9090
これは、テストや 1 回限りの使用シナリオに役立ちます。
使用法
# Command line arguments
prometheus-mcp --url http://your-prometheus-server:9090 \
--username username \
--password password
# Or
prometheus-mcp --url http://your-prometheus-server:9090 \
--token your-token
コマンドライン引数
--url
: Prometheus サーバーの URL (必須)--username
: 基本認証のユーザー名(オプション)--password
: 基本認証のパスワード(オプション)--token
: 認証用のトークン(オプション)--org-id
: マルチテナント設定の組織ID(オプション)
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 メトリック データにアクセスし、自然言語を使用して監視データと対話できるようにするツール。
Related MCP Servers
- -securityAlicense-qualityMCP server for interacting with Prometheus metrics and data.Last updated -16MIT License
- -securityAlicense-qualityAn MCP server that enables Large Language Models to retrieve, analyze, and query metric data from Prometheus databases through pre-defined routes.Last updated -31MIT License
- AsecurityAlicenseAqualityProvides access to Prometheus metrics and queries through standardized Model Context Protocol interfaces, allowing AI assistants to execute PromQL queries and analyze metrics data.Last updated -5232MIT License
- -securityFlicense-qualityA tool that lets users access Prometheus metrics data through a Model Context Protocol server, supporting authentication options for secure data retrieval.Last updated -1