Skip to content
MCP-Bridge
Cloud Infrastructure

Azure Log Analytics Query Packs MCP Config

Azure Log Analytics API reference for management of saved Queries within Query Packs.

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "azure-com-applicationinsights-querypackqueries-api": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-applicationinsights-querypackqueries-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-querypackqueries-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}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}/queries

Queries_List

POST/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/queryPacks/{queryPackName}/queries/search

Queries_Search

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

Queries_Get

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

Queries_Put

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

Queries_Delete