Azure Log Analytics

Queries Azure Log Analytics using natural language by translating queries to KQL and executing them against a Log Analytics workspace.
  • typescript

3

GitHub Stars

typescript

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "mananshah3923-azure-log-analytics-mcp": {
      "command": "node",
      "args": [
        "build/mcp-server.js"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "your_key_here"
      }
    }
  }
}

Available tools

query_logs

Query Azure Log Analytics using natural language. Accepts a natural language query, an optional time range, and a limit to control the number of results returned.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Azure Log Analytics MCP Server - mananshah3923/azure-log-analytics-mcp | VeilStrat