A [Model Context Protocol][mcp] (MCP) server that enables AI assistants to execute KQL queries and explore Azure Data Explorer (ADX/Kusto) databases
Adx MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A [Model Context Protocol][mcp] (MCP) server that enables AI assistants to execute KQL queries and explore Azure Data Explorer (ADX/Kusto) databases through standardized interfaces.
Once Adx is connected, these are the calls the assistant has available:
execute_query — Querylist_tables — Discoveryget_table_schema — Discoverysample_table_data — Discoveryget_table_details — DiscoveryAuthentication — The Authentication tool exposed by this serverTesting — The project includes a comprehensive test suite that ensures functionality and helps prevent regressionsLogging — The Logging tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 8 environment variables: ADX_CLUSTER_URL, ADX_DATABASE, AZURE_TENANT_ID, AZURE_CLIENT_ID, ADX_TOKEN_FILE_PATH, ADX_MCP_SERVER_TRANSPORT, ADX_MCP_BIND_HOST, ADX_MCP_BIND_PORT. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Adx's toolset — execute_query, list_tables, get_table_schema and 5 more — is a fair guide to whether it matches your workflow. It is maintained by pab1it0; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| execute_query | Query |
| list_tables | Discovery |
| get_table_schema | Discovery |
| sample_table_data | Discovery |
| get_table_details | Discovery |
| Authentication | The Authentication tool exposed by this server. |
| Testing | The project includes a comprehensive test suite that ensures functionality and helps prevent regressions. |
| Logging | The Logging tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| ADX_CLUSTER_URL | Endpoint or connection string the server talks to. | Yes |
| ADX_DATABASE | Configuration value read at startup. | Optional |
| AZURE_TENANT_ID | Configuration value read at startup. | Optional |
| AZURE_CLIENT_ID | Configuration value read at startup. | Optional |
| ADX_TOKEN_FILE_PATH | Credential the server authenticates with. | Yes |
| ADX_MCP_SERVER_TRANSPORT | Configuration value read at startup. | Optional |
| ADX_MCP_BIND_HOST | Endpoint or connection string the server talks to. | Optional |
| ADX_MCP_BIND_PORT | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.