Skip to main content
Glama
moohoorama

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.

Related MCP server: Prometheus MCP Server

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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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