mcp_kusto

mcp_kusto

3.2

If you are the rightful owner of mcp_kusto and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an implementation of an MCP server for Azure Data Explorer (Kusto) using the Go SDK, designed to facilitate data analysis and exploration.

The Vibe querying MCP server for Azure Data Explorer (Kusto) is a specialized server implementation that leverages the Go SDK to interact with Azure Data Explorer. It is designed to simplify data analysis and exploration by providing a set of tools that can be used with various MCP clients, such as VS Code. The server allows users to list databases and tables, retrieve table schemas, and execute KQL queries. It emphasizes the importance of validating results due to the non-deterministic nature of Large Language Models (LLMs). The server supports authentication through DefaultAzureCredential, ensuring secure access to Azure Data Explorer resources. Users can configure the server for different MCP clients and start querying their Azure Data Explorer clusters efficiently.

Features

  • 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: Retrieves the schema of a specific table in an Azure Data Explorer database.
  • Execute Query: Executes a read-only KQL query against a database.