mcp_servers_kusto
Verified Safeby ashucoek
Overview
This server connects to Azure Kusto (Azure Data Explorer) to provide tools for querying ICM data warehouses using KQL, listing tables, and describing table schemas.
Installation
C:\Users\assharma\AppData\Local\Microsoft\WindowsApps\python.exe C:\Users\assharma\mcp_servers_kusto\kusto_mcp_server_icm.pySecurity Notes
Allows execution of arbitrary KQL queries against the configured Azure Kusto database. Authentication uses secure Azure Identity methods (DefaultAzureCredential, InteractiveBrowserCredential) without hardcoded secrets. The primary security consideration is the permissions granted to the authenticated user on the Kusto cluster.
Similar Servers
mcp-kql-server
An AI-powered MCP server that facilitates KQL query execution against Azure Data Explorer through natural language conversion, intelligent schema discovery, and RAG-enhanced context.
kusto-mcp
Enables AI assistants to interact with Azure Data Explorer (Kusto) databases using the Model Context Protocol (MCP).
mcp_cosmosdb_go
Provides an MCP server for interacting with Azure Cosmos DB databases, containers, and items, primarily intended as a learning and experimental tool for AI tooling.
iceberg-mcp-server
Provides an MCP (Model-Client Protocol) server for Apache Iceberg, enabling agents to programmatically read, query, and manipulate data within Iceberg catalogs using Python and SQL.