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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Lists all databases in a specific Azure Data Explorer cluster.
Lists all tables in a specific Azure Data Explorer database.
Gets the schema of a specific table in an Azure Data Explorer database.
Executes a read-only KQL query against a database.