Skip to main content
Glama

Prometheus MCP Server

by moohoorama

Prometheus MCP Server

A tool that allows access to Prometheus data through a Model Context Protocol server.

Installation

pipx install git+https://github.com/moohoorama/prometheus-mcp-server-py.git

Run Without Installation

You can also run the package directly without installing it using pipx run:

pipx run --spec git+https://github.com/moohoorama/prometheus-mcp-server-py.git prometheus-mcp --url http://your-prometheus-server:9090

This is useful for testing or one-time usage scenarios.

Usage

# 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

Command Line Arguments

  • --url: Prometheus server URL (required)
  • --username: Username for basic authentication (optional)
  • --password: Password for basic authentication (optional)
  • --token: Token for authentication (optional)
  • --org-id: Organization ID for multi-tenant setups (optional)
-
security - not tested
F
license - not found
-
quality - not tested

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 メトリック データにアクセスし、自然言語を使用して監視データと対話できるようにするツール。

  1. インストール
    1. インストールなしで実行
  2. 使用法
    1. コマンドライン引数

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        MCP server for interacting with Prometheus metrics and data.
        Last updated -
        16
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables Large Language Models to retrieve, analyze, and query metric data from Prometheus databases through pre-defined routes.
        Last updated -
        29
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        Provides 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 -
        5
        197
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A tool that lets users access Prometheus metrics data through a Model Context Protocol server, supporting authentication options for secure data retrieval.
        Last updated -
        1

      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/moohoorama/prometheus-mcp-server-py'

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