Kusto MCP Server
JSON →Provides access to Azure Data Explorer (ADX) clusters, requiring Azure credentials for configuration.
Tools · 7
- list_internal_tables list all internal tables in the cluster
- list_external_tables list all external tables in the cluster
- list_materialized_views list all materialized views in the cluster
- execute_query_internal_table execute a query on an internal table or materialized view
- execute_query_external_table execute a query on an external table
- get_internal_table_schema get the schema of an internal table or materialized view
- get_external_table_schema get the schema of an external table
Environment variables
ADX_CLUSTER_URLTENANT_IDCLIENT_IDCLIENT_SECRET
Links
★ 1 GitHub stars