kusto-mcp
Verified Safeby johnib
Overview
Enables AI assistants to interact with Azure Data Explorer (Kusto) databases through a standardized Model Context Protocol (MCP) interface.
Installation
npx -y kusto-mcp@latestEnvironment Variables
- KUSTO_AUTH_METHOD
- KUSTO_CLUSTER_URL
- KUSTO_DEFAULT_DATABASE
- KUSTO_RESPONSE_FORMAT
- KUSTO_MARKDOWN_MAX_CELL_LENGTH
- KUSTO_MAX_RESPONSE_LENGTH
- KUSTO_MIN_RESPONSE_ROWS
- KUSTO_QUERY_TIMEOUT
- KUSTO_ENABLE_QUERY_STATISTICS
- KUSTO_ENABLE_PROMPTS
- OTEL_EXPORTER_OTLP_ENDPOINT
- DEBUG_SERVER
Security Notes
The server utilizes standard Azure SDKs for authentication and Kusto interaction, handling credentials via Azure CLI or Azure Identity. No hardcoded secrets were identified, and environment variables are used for configuration. Communication primarily occurs over stdio, limiting direct network exposure for the server process. Comprehensive error handling is in place.
Similar Servers
PowerBI-Desktop-MCP
Enables AI assistants to programmatically interact with Power BI Desktop models for data exploration, analysis, and modification.
aks-mcp
The AKS-MCP server enables AI assistants to interact with Azure Kubernetes Service (AKS) clusters by translating natural language requests into AKS operations.
powerbi-mcp
Enables AI assistants to interact with Power BI Desktop and Service for querying data, managing models, and performing safe bulk operations through natural language, ensuring enterprise-grade security and preserving report visual integrity during refactoring.
fabric-rti-mcp
Enables AI agents to interact with Microsoft Fabric Real-Time Intelligence services, providing tools for data querying, analysis, and streaming via the Model Context Protocol (MCP).