kusto-mcp

alexneyler/kusto-mcp
★ 3 stars C# 📦 Other Updated 5mo ago
A configurable MCP server for translating natural language into kusto queries
View on GitHub →

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",
        "alexneyler/kusto-mcp"
      ]
    }
  }
}