Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

AZURE_LOG_ANALYTICS_API_KEY

Replace your_azure_log_analytics_api_key with your actual azure log analytics api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/clusters

Clusters_List

GET/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/clusters

Clusters_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