Prometheus MCP Server
@kakao-yanoo-kim
Prometheus MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"prometheus-mcp-server-py": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kakao-yanoo-kim/prometheus-mcp-server-py",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Prometheus MCP Server?
A tool that allows access to Prometheus data through a Model Context Protocol server. It is intended for users who need to query Prometheus metrics from MCP‑compatible clients like Claude.
How to use Prometheus MCP Server?
Install automatically via Smithery, manually with pipx install, or run without installation using pipx run. Configure with command‑line arguments: --url (required), optional --username/--password, --token, --org-id, --timeout, and --limit.
Key features of Prometheus MCP Server
- Supports basic authentication (username/password) and token authentication
- Configurable evaluation timeout and maximum series limit
- Multi‑tenant support via organization ID (
--org-id) - Can be run without permanent installation using
pipx run - Provides direct access to Prometheus data through the MCP protocol
Use cases of Prometheus MCP Server
- Query Prometheus metrics from within AI assistants that support MCP
- Perform ad‑hoc analysis of monitoring data without a permanent install
- Integrate Prometheus monitoring data into automated workflows
FAQ from Prometheus MCP Server
What authentication methods are supported?
Basic authentication with --username/--password or token authentication with --token.
How do I specify the Prometheus server URL?
Use the --url command‑line argument with the full URL (e.g., http://your-prometheus-server:9090).
What are the default values for --timeout and --limit?
The default timeout is 30 seconds; the default limit is 1000 returned series.
Can I use the server without installing it?
Yes, by running pipx run --spec git+https://github.com/kakao-yanoo-kim/prometheus-mcp-server-py.git prometheus-mcp --url ....
Does the server support multi‑tenant Prometheus?
Yes, by providing the --org-id argument for the organization ID.
「開発者ツール」の他のコンテンツ
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
コメント