Developer ToolsAuto-generated
MonitorManagementClient MCP Server
MonitorManagementClient API
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-monitor-alertrulesincidents-api
Environment Variables
MONITORMANAGEMENTCLIENT_API_KEYExample: your_monitormanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-monitor-alertrulesincidents-api": {
"command": "npx",
"args": ["-y","@mcp/azure-com-monitor-alertrulesincidents-api"],
"env": {
"MONITORMANAGEMENTCLIENT_API_KEY": "your_monitormanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}/incidentsAlertRuleIncidents_ListByAlertRule
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}/incidents/{incidentName}AlertRuleIncidents_Get