MCP server for Azure Data Explorer (Kusto), enabling AI agents to explore, query, and understand telemetry using KQL.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kusto-mcp": {
"command": "npx",
"args": [
"-y",
"johnib/kusto-mcp"
]
}
}
}
Run in terminal:
claude mcp add kusto-mcp npx -y johnib/kusto-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"kusto-mcp": {
"command": "npx",
"args": [
"-y",
"johnib/kusto-mcp"
]
}
}
}