MCP ServerSTDIOOfficialv1.6.0

Prometheus MCP Server MCP Server

MCP server providing Prometheus metrics access and PromQL query execution for AI assistants

io.github.pab1it0/prometheus-mcp-server

Hosted URL

https://pab1it0.github.io/prometheus-mcp-server

Transport

STDIO

Auth

1 required env var

Connect to Prometheus MCP Server

Hosted endpoint — paste into any MCP client.

https://pab1it0.github.io/prometheus-mcp-server

Environment variables

Configuration this server reads at startup.

  • PROMETHEUS_URLRequired

    Prometheus server URL (e.g., http://localhost:9090)

  • PROMETHEUS_URL_SSL_VERIFY

    Set to False to disable SSL verification

  • PROMETHEUS_DISABLE_LINKS

    Set to True to disable Prometheus UI links in query results (saves context tokens in MCP clients)

  • PROMETHEUS_USERNAME

    Username for Prometheus basic authentication

  • PROMETHEUS_PASSWORDSecret

    Password for Prometheus basic authentication

  • PROMETHEUS_TOKENSecret

    Bearer token for Prometheus authentication

  • ORG_ID

    Organization ID for multi-tenant Prometheus setups

  • PROMETHEUS_CLIENT_CERT

    Path to client certificate file for mutual TLS authentication

  • PROMETHEUS_CLIENT_KEY

    Path to client private key file for mutual TLS authentication

  • PROMETHEUS_MCP_SERVER_TRANSPORT

    MCP server transport type (stdio, http, or sse)

  • PROMETHEUS_MCP_BIND_HOST

    Host address for HTTP/SSE transport (default: 127.0.0.1)

  • PROMETHEUS_MCP_BIND_PORT

    Port number for HTTP/SSE transport (default: 8080)

  • PROMETHEUS_CUSTOM_HEADERS

    Custom headers as JSON string to include in Prometheus requests

Resources

Where to find authoritative docs and source for Prometheus MCP Server.

Try Prometheus MCP Server with 30+ AI models

Open MCP Agent Studio and connect this server to Claude, GPT, Gemini, DeepSeek and more — no install required.

Open Agent Studio

Related servers

More on MCP Playground