Skip to main content
Glama

Prometheus Alertmanager MCP Server

by comqx

get-alerts

Retrieve and filter Prometheus Alertmanager alerts by status, name patterns, and suppression state to monitor system notifications and respond to incidents.

Input Schema

NameRequiredDescriptionDefault
filterNoFiltering query (e.g. alertname=~'.*CPU.*')
silencedNoInclude silenced alerts
inhibitedNoInclude inhibited alerts
activeNoInclude active alerts (default: true)

Input Schema (JSON Schema)

{ "properties": { "active": { "description": "Include active alerts (default: true)", "type": "boolean" }, "filter": { "description": "Filtering query (e.g. alertname=~'.*CPU.*')", "type": "string" }, "inhibited": { "description": "Include inhibited alerts", "type": "boolean" }, "silenced": { "description": "Include silenced alerts", "type": "boolean" } }, "type": "object" }

Other Tools from Prometheus Alertmanager MCP Server

Related Tools

    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/comqx/alertmanager-mcp'

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