MCP KQL Server for Grok
io.github.4r9un/mcp-kql-server
Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration
client:Grok
transport:stdio
runtime:pypi
Install MCP KQL Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-kql-server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-kql-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs