ApplicationInsightsManagementClient MCP Config
Azure Application Insights client for ProactiveDetection configurations of a component.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-componentproactivedetection-api.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-componentproactivedetection-api.json to fetch programmatically.
{
"mcpServers": {
"azure-com-applicationinsights-componentproactivedetection-api": {
"command": "npx",
"args": ["-y","@mcp/azure-com-applicationinsights-componentproactivedetection-api"],
"env": {
"APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEY": "your_applicationinsightsmanagementclient_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-componentproactivedetection-api.jsonEnvironment Variables
APPLICATIONINSIGHTSMANAGEMENTCLIENT_API_KEYReplace your_applicationinsightsmanagementclient_api_key with your actual applicationinsightsmanagementclient api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigsProactiveDetectionConfigurations_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs/{ConfigurationId}ProactiveDetectionConfigurations_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs/{ConfigurationId}ProactiveDetectionConfigurations_Update