MCP KQL Server for Zed
io.github.4r9un/mcp-kql-server
Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration
client:Zed
transport:stdio
runtime:pypi
Install MCP KQL Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-kql-server": {
"command": "uvx",
"args": [
"mcp-kql-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs