kusto-mcp
Related Servers
Alternatives to kusto-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables intelligent KQL query execution against Azure Data Explorer clusters with AI-powered schema caching and natural language to KQL conversion. Provides automated schema discovery and context-aware query assistance for enhanced data exploration.127 PyPI23MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to query and analyze data in Azure Data Explorer, Log Analytics, and Microsoft Sentinel using Kusto Query Language (KQL) through tools, resources, and prompts.5MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to execute KQL queries against Azure Data Explorer and explore database resources like tables and schemas.MIT
- AlicenseAqualityCmaintenanceAI assistants to query and analyze Azure Data Explorer databases through standardized interfaces.559MIT

Microsoft Sentinel Dataofficial
AlicenseNot gradedqualityDmaintenanceEnables searching for relevant tables and retrieving data from Microsoft Sentinel's data lake using natural language, supporting security hunting scenarios like password-spray detection and impossible travel checks.2MIT- AlicenseNot gradedqualityDmaintenanceEnables users to authenticate with Azure Data Explorer and execute KQL queries via natural language through the Model Context Protocol.221 npmMIT
TDQS
Scored across 6 tools
Each tool has a clearly distinct role: connection setup, schema inspection, query execution, function listing, function details, and issue reporting. The only close pair, show-functions vs show-function, is clearly separated by plural vs singular and explicit descriptions.
All tool names follow the same verb_noun hyphenated pattern: initialize, show, execute, and report. The show-functions/show-function pair is a consistent singular/plural distinction rather than a naming deviation.
Six tools is a well-scoped size for a Kusto/ADX read-only query server. Each tool contributes to connection, querying, schema/function inspection, or server support without significant redundancy.
Core querying and function inspection workflows are covered, but there is no way to list tables or databases, so an agent cannot discover available tables before running show-table or execute-query. This is a notable gap for a metadata/query server, though users can work around it if they already know object names.