Skip to content
Cursor

MCP KQL Server for Cursor

io.github.4r9un/mcp-kql-server

Execute KQL in AI prompts via NL2KQL with schema discovery and Azure Data Explorer integration

client:Cursor transport:stdio runtime:pypi

Install MCP KQL Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-kql-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-kql-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP KQL Server in other clients