Azure Data Explorer (Kusto)
Summary
An MCP server for Azure Data Explorer (Kusto) that enables AI assistants to interact with Kusto clusters through the Azure SDK for Go. It provides tools for listing databases, tables, retrieving table schemas, and executing KQL queries against Azure Data Explorer databases. The implementation uses DefaultAzureCredential for authentication, making it secure and simple to use with local developer credentials or service principals. Ideal for data analysts and engineers who want to leverage AI assistants for exploring and analyzing data in Azure Data Explorer clusters.
Available Actions(4)
list_databases
Lists all databases in a specific Azure Data Explorer cluster.
list_tables
Lists all tables in a specific Azure Data Explorer database.
get_table_schema
Gets the schema of a specific table in an Azure Data Explorer database.
execute_query
Executes a read-only KQL query against a database.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论