Skip to content
MCP-Bridge
Cloud Infrastructure

Azure Log Analytics Query Packs MCP Config

Azure Log Analytics API reference for Query Packs management.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-querypacks-api.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-applicationinsights-querypacks-api.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-applicationinsights-querypacks-api": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-applicationinsights-querypacks-api"],
      "env": {
      "AZURE_LOG_ANALYTICS_QUERY_PACKS_API_KEY": "your_azure_log_analytics_query_packs_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-applicationinsights-querypacks-api.json

Environment Variables

AZURE_LOG_ANALYTICS_QUERY_PACKS_API_KEY

Replace your_azure_log_analytics_query_packs_api_key with your actual azure log analytics query packs api key

Endpoints

GET/subscriptions/{subscriptionId}/providers/microsoft.insights/queryPacks

QueryPacks_List

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks

QueryPacks_ListByResourceGroup

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}

QueryPacks_Get

PUT/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}

QueryPacks_CreateOrUpdate

DELETE/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}

QueryPacks_Delete

PATCH/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}

QueryPacks_UpdateTags