Skip to main content
Glama

Kusto MCP Server

by ZZZHDW

Kusto MCP サーバー

Azure Data Explorer (ADX) クラスターへのアクセスを提供する mcp サーバー。

ツール

サーバーによって提供されるツールは次のとおりです。

  • テーブルをリストします:
    • list_internal_tables:クラスター内のすべての内部テーブルを一覧表示する
    • list_external_tables:クラスター内のすべての外部テーブルを一覧表示する
    • list_materialized_views:クラスター内のすべてのマテリアライズドビューを一覧表示します
  • クエリを実行:
    • execute_query_internal_table:内部テーブルまたはマテリアライズドビューに対してクエリを実行する
    • execute_query_external_table:外部テーブルに対してクエリを実行する
  • テーブルスキーマを取得します:
    • get_internal_table_schema:内部テーブルまたはマテリアライズドビューのスキーマを取得する
    • get_external_table_schema:外部テーブルのスキーマを取得する

クロードデスクトップ構成

claude_desktop_config.json を編集して、次の構成を追加します。

{ "mcpServers": { "kusto": { "command": "uv", "args": [ "--directory", "{{PATH_TO_PROJECT}}\\mcp-server-kusto\\src\\mcp_server_kusto", "run", "mcp-server-kusto", "--cluster", "{{ADX_CLUSTER_URL}}", "--authority_id", "{{TENANT_ID}}", "--client_id", "{{CLIENT_ID}}", "--client_secret", "{{CLIENT_SECRET}}" ] } } }

Azure Data Explorer エミュレーターをローカルで使用する場合は、 https://localhost:8082のようなクラスター URL を指定し、 --authority_id--client_id--client_secretを指定する必要はありません。

{ "mcpServers": { "kusto": { "command": "uv", "args": [ "--directory", "{{PATH_TO_PROJECT}}\\mcp-server-kusto\\src\\mcp_server_kusto", "run", "mcp-server-kusto", "--cluster", "{{ADX_CLUSTER_URL}}" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Azure Data Explorer (ADX) クラスターへのアクセスを提供し、ユーザーがテーブルの一覧表示、クエリの実行、スキーマ情報の取得を行えるようにする MCP サーバー。

  1. ツール
    1. クロードデスクトップ構成

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A TypeScript-based MCP server that enables interaction with Azure Table Storage directly through Cline. This tool allows you to query and manage data in Azure Storage Tables.
        Last updated -
        1
        0
        4
        JavaScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        An MCP server that connects to Supabase PostgreSQL databases, exposing table schemas as resources and providing tools for data analysis through SQL queries.
        Last updated -
        JavaScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        This is a Model Context Protocol (MCP) server for executing SQL queries against Databricks using the Statement Execution API. It enables AI assistants to directly query Databricks data warehouses, analyze database schemas, and retrieve query results in a structured format
        Last updated -
        9
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        Provides tools for listing and querying Azure resources directly from any MCP client, allowing you to efficiently browse your Azure infrastructure and analyze costs without leaving your workflow.
        Last updated -
        Python
        • Apple
        • Linux

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZZZHDW/mcp-server-kusto'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server