adx-mcp-serverServer

pab1it0
GitHub
AzureData ExplorerAI Assistant

Loading subscription status...

💡 Description

An MCP (Model Context Protocol) server for Azure Data Explorer/Eventhouse in Microsoft Fabric. This allows access to Azure Data Explorer/Eventhouse clusters and databases via standardized MCP interfaces, enabling AI assistants to run KQL queries and explore data.

📝 JSON Entries

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

🛠️ Tools

execute_querylist_tablesget_table_schemasample_table_data

Features

  • Run KQL queries on Azure Data Explorer
  • Discover and explore database resources
  • Interactive tools for AI assistants
  • Support for containerized deployments using Docker

💬 Example Queries

  • Execute a KQL query on Azure Data Explorer
  • List all tables in the configured database
  • Get the schema for a specific table
  • Obtain sample data from a table