Overview
What is MCP Kusto?
MCP Kusto is an implementation of an MCP server for Azure Data Explorer (Kusto) that facilitates data analysis and exploration using its Go SDK.
How to use MCP Kusto?
To use MCP Kusto, clone the repository from GitHub, build the server, and configure it with your MCP client/tool, such as VS Code Insiders in Agent mode.
Key features of MCP Kusto?
- Lists all databases and tables in Azure Data Explorer clusters.
- Retrieves the schema of specific tables.
- Executes read-only KQL queries against databases.
Use cases of MCP Kusto?
- Data exploration and analysis in Azure Data Explorer.
- Integrating with development tools like VS Code for enhanced data interaction.
- Automating database queries and schema retrieval.
FAQ from MCP Kusto?
- What is required to run MCP Kusto?
You need to have the Azure Data Explorer permissions and the Azure CLI for authentication.
- Is there a specific environment to run MCP Kusto?
Yes, it is designed to work with tools like VS Code Insiders in Agent mode.