what is Azure Kusto MCP Server?
Azure Kusto MCP Server is a Model Context Protocol (MCP) server that connects to Azure Kusto, enabling AI assistants to explore data schemas and execute KQL queries.
how to use Azure Kusto MCP Server?
To use the server, run the setup script python setup-mcp.py
to install dependencies and configure VS Code integration, or manually clone the repository and set up the environment.
key features of Azure Kusto MCP Server?
- Secure integration with Azure Kusto clusters
- Schema exploration for AI assistants
- Tools for executing KQL queries and analyzing results
- Built-in prompts for data analysis tasks
- Interactive configuration within VS Code
use cases of Azure Kusto MCP Server?
- Connecting AI assistants to Azure Kusto for data exploration
- Executing KQL queries for data analysis
- Assisting in data quality checks and correlation analysis
FAQ from Azure Kusto MCP Server?
- Can I use this server without VS Code?
Yes! You can run the server directly using the command
python -m src.kusto_mcp.server
.
- What are the authentication methods supported?
The server supports Azure's DefaultAzureCredential, including environment variables, managed identity, and interactive browser authentication.
- Is there a license for this project?
Yes, it is licensed under the MIT License.
what is Azure Kusto MCP Server?
Azure Kusto MCP Server is a Model Context Protocol (MCP) server that connects to Azure Kusto, enabling AI assistants to explore data schemas and execute KQL queries.
how to use Azure Kusto MCP Server?
To use the server, run the setup script python setup-mcp.py
to install dependencies and configure VS Code integration, or manually clone the repository and set up the environment.
key features of Azure Kusto MCP Server?
- Secure integration with Azure Kusto clusters
- Schema exploration for AI assistants
- Tools for executing KQL queries and analyzing results
- Built-in prompts for data analysis tasks
- Interactive configuration within VS Code
use cases of Azure Kusto MCP Server?
- Connecting AI assistants to Azure Kusto for data exploration
- Executing KQL queries for data analysis
- Assisting in data quality checks and correlation analysis
FAQ from Azure Kusto MCP Server?
- Can I use this server without VS Code?
Yes! You can run the server directly using the command
python -m src.kusto_mcp.server
.
- What are the authentication methods supported?
The server supports Azure's DefaultAzureCredential, including environment variables, managed identity, and interactive browser authentication.
- Is there a license for this project?
Yes, it is licensed under the MIT License.