Prometheus MCP Server
@moohoorama
Prometheus MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"prometheus-mcp-server-py-moohoorama": {
"command": "pipx",
"args": [
"run",
"--spec",
"git+https://github.com/moohoorama/prometheus-mcp-server-py.git",
"prometheus-mcp",
"--url",
"http://your-prometheus-server:9090"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Prometheus MCP Server?
A tool that allows access to Prometheus data through a Model Context Protocol (MCP) server. It is intended for users who want to query Prometheus metrics via an MCP interface.
How to use Prometheus MCP Server?
Install with pipx install or run directly with pipx run without installation. Start the server with prometheus-mcp --url <your-prometheus-url> plus optional authentication flags.
Key features of Prometheus MCP Server
- Access Prometheus data through MCP
- Supports basic authentication (username/password)
- Supports token-based authentication
- Multi‑tenant support via organization ID
Use cases of Prometheus MCP Server
- Query Prometheus metrics from an MCP‑compatible client
- Integrate Prometheus data into AI‑powered workflows
- Test Prometheus queries without a permanent installation
FAQ from Prometheus MCP Server
What authentication methods are supported?
Basic authentication with username/password and token‑based authentication. These are optional.
Can I run the server without installing it?
Yes, use pipx run --spec git+... prometheus-mcp --url ... for one‑time or testing usage.
How do I connect to a multi‑tenant Prometheus setup?
Pass the --org-id argument to specify the organization ID.
「開発者ツール」の他のコンテンツ
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Huoshan Test
volcenginenuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
コメント