Developer ToolsAuto-generated
MonitorManagementClient MCP Server
MonitorManagementClient API
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-monitor-alertrules-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-alertrules-api": {
"command": "npx",
"args": ["-y","@mcp/azure-com-monitor-alertrules-api"],
"env": {
"MONITORMANAGEMENTCLIENT_API_KEY": "your_monitormanagementclient_api_key"
}
}
}
}Endpoints
GET
/subscriptions/{subscriptionId}/providers/microsoft.insights/alertrulesAlertRules_ListBySubscription
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrulesAlertRules_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}AlertRules_Get
PUT
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}AlertRules_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}AlertRules_Delete
PATCH
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}AlertRules_Update