Skip to main content
Glama

Prometheus MCP

by etruong42

プロメテウスMCP

概念実証 Prometheus MCP サーバー。

前提条件

uvをインストール: https://docs.astral.sh/uv/getting-started/installation/

uvを使用すると、python をインストールすることもできます。

実行方法

このリポジトリをクローンします。

.envファイルを更新する

uv add "mcp[cli]" pillow google-auth matplotlib requests python-dotenv

クロードとの統合

サーバーを実行するには

uv --directory "/directory/to/prometheus-mcp" run server.py

したがって、このMCPサーバーをClaude MCPサーバー構成に追加することができます。

{ "mcpServers": { "Prometheus MCP": { "command": "/path/to/uv", "args": [ "--directory", "/directory/to/prometheus-mcp", "run", "server.py" ] } } }

Claude 固有の手順の詳細については、 MCP クイックスタートを参照してください。

デモ

デモで共有されたクロードチャットへのリンク

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

概念実証の Prometheus MCP サーバー。これにより、Claude AI はモデル コンテキスト プロトコルを介して Prometheus 監視システムと対話できるようになると考えられます。

  1. 前提条件
    1. 実行方法
      1. クロードとの統合
        1. デモ

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.
            Last updated -
            5
            TypeScript
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server implementation that enables seamless integration with Claude and other MCP-compatible clients to access Prem AI's language models, RAG capabilities, and document management features.
            Last updated -
            JavaScript
          • A
            security
            F
            license
            A
            quality
            A Machine Context Protocol server that enables Claude AI to interact with tools through a structured communication interface, following standard MCP patterns with server initialization and stdio transport.
            Last updated -
            637
            1
            TypeScript
            • Apple
            • Linux
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol (MCP) server that allows Claude AI to interact with custom tools, enabling extension of Claude's capabilities through the MCP framework.
            Last updated -
            TypeScript
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/etruong42/prometheus-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server