Back to Home
4R9UN icon

mcp-kql-server

Verified Safe

by 4R9UN

Overview

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.

Installation

Run Command
python -m mcp_kql_server

Security Notes

The server implements robust security measures by relying on Azure CLI for authentication, avoiding hardcoded credentials, and providing strong input validation and bracketing for KQL queries (especially for NL2KQL conversion). This significantly mitigates KQL injection risks. Direct KQL execution, like most query tools, assumes the input KQL is from a trusted source. No 'eval' or obvious obfuscation patterns were detected. Local schema caching uses SQLite in the user profile directory, which has local file system security implications.

Similar Servers

Stats

Interest Score25
Security Score9
Cost ClassLow
Avg Tokens150
Stars16
Forks3
Last Update2025-12-28

Tags

KQLAzure Data ExplorerNL2KQLAISchema MemoryRAG