MCP KQL Server
JSON →Execute KQL queries using Azure authentication. Requires Azure CLI login.
Install
pip install -e Tools · 2
- execute_kql_query Natural Language to KQL: Generate KQL queries from natural language descriptions. Direct KQL Execution: Execute raw KQL queries. Multiple Output Formats: Supports JSON, CSV, and table formats. Strict Schema Validation: Uses discovered schema memory and validation before execution. Schema-Grounded Repair: Repairs invalid columns only when a valid table schema can prove the replacement.
- schema_memory Schema Discovery: Discover and cache schemas for tables. Database Exploration: List all tables within a database. AI Context: Get ranked CAG context for tables, with optional table-scoped strict schema output. Analysis Reports: Generate reports with visualizations. Cache Management: Clear or refresh the schema cache. Memory Statistics: Get statistics about the memory usage.
Environment variables
YOUR_SUB_ID
Links
★ 24 GitHub stars