Azure Data Explorer MCP Server

Active

A Model Context Protocol (MCP) server for Azure Data Explorer/Eventhouse in Microsoft Fabric. This provides access to your Azure Data Explorer/Eventhouse clusters and databases through standardized MCP interfaces, allowing AI assistants to execute KQL queries and explore your data.

Updated 8/8/2025
Key Features

What makes this MCP server special

Execute KQL queries against Azure Data Explorer
Discover and explore database resources
Authentication support
Docker containerization support
Provide interactive tools for AI assistants

Requirements

UV
Docker
Server Information

Status

Active

Version

1.0.0

License

MIT

Author

https://github.com/pab1it0

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

-

2. Configuration

{
  "mcpServers": {
    "adx": {
      "command": "uv",
      "args": [
        "--directory",
        "\u003Cfull path to adx-mcp-server directory\u003E",
        "run",
        "src/adx_mcp_server/main.py"
      ],
      "env": {
        "ADX_CLUSTER_URL": "https://yourcluster.region.kusto.windows.net",
        "ADX_DATABASE": "your_database"
      }
    }
  }
}

3. Usage Example

-