Azure Kusto MCP Server
@ashishroy077
关于 Azure Kusto MCP Server
An MCP Server for Azure Kusto
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Azure Kusto MCP": {
"command": "python",
"args": [
"-m",
"src.kusto_mcp.server"
],
"env": {
"AZURE_KUSTO_CLUSTER": "",
"AZURE_KUSTO_DATABASE": ""
}
}
}
}工具
5Connect to a Kusto cluster and database
Check the current connection status
Run a KQL query
Execute a query and analyze the results
Get suggestions for query optimization
概览
What is Azure Kusto MCP Server?
A Model Context Protocol (MCP) server that connects to Azure Kusto, enabling AI assistants to explore data schemas and execute KQL queries. It is designed for developers and data analysts using VS Code with GitHub Copilot.
How to use Azure Kusto MCP Server?
Run python setup-mcp.py for quick integration with VS Code, or manually install dependencies and create an mcp.json file in the .vscode directory. Start the server by running python -m src.kusto_mcp.server or through VS Code’s MCP command palette.
Key features of Azure Kusto MCP Server
- Secure Azure Kusto integration with DefaultAzureCredential authentication.
- Schema exploration via resource URIs (e.g.,
kusto/tables,kusto/schema/{table}). - Tools to connect, execute queries, analyze data, and optimize KQL.
- Built-in prompts for common data analysis tasks.
- VS Code integration with interactive cluster/database input prompts.
Use cases of Azure Kusto MCP Server
- AI assistants browsing table schemas to answer schema-related questions.
- Executing KQL queries and analyzing results directly from Copilot Chat.
- Optimizing complex KQL queries through automated suggestions.
- Performing time-series or correlation analysis on Kusto data.
- Quality checks for null values and outliers in datasets.
FAQ from Azure Kusto MCP Server
How does authentication work?
The server uses Azure’s DefaultAzureCredential, supporting environment variables, Managed Identity, Azure CLI, PowerShell, and interactive browser fallback.
What are the runtime requirements?
Python 3.9+, an Azure Kusto cluster, and VS Code with GitHub Copilot or Copilot Chat extension.
Where are credentials stored?
Credentials are never stored by the server; they are handled by Azure’s credential chain.
Are queries read-only?
Yes, the server executes read-only KQL queries and provides analysis tools.
What transports are supported?
The server uses stdio transport, configured via a VS Code mcp.json file.
云与基础设施 分类下的更多 MCP 服务器

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Supabase MCP Server
coleam00Supabase MCP server created in Python.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
评论