Azure Log Analytics MCP Config
Azure Log Analytics API reference
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-operationalinsights-clusters.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-operationalinsights-clusters.json to fetch programmatically.
{
"mcpServers": {
"azure-com-operationalinsights-clusters": {
"command": "npx",
"args": ["-y","@mcp/azure-com-operationalinsights-clusters"],
"env": {
"AZURE_LOG_ANALYTICS_API_KEY": "your_azure_log_analytics_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-operationalinsights-clusters.jsonEnvironment Variables
AZURE_LOG_ANALYTICS_API_KEYReplace your_azure_log_analytics_api_key with your actual azure log analytics api key
Endpoints
GET
/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/clustersClusters_List
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clustersClusters_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}Clusters_Get
PUT
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}Clusters_CreateOrUpdate
DELETE
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}Clusters_Delete
PATCH
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters/{clusterName}Clusters_Update