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 を編集して、次の構成を追加します。
Azure Data Explorer エミュレーターをローカルで使用する場合は、 https://localhost:8082のようなクラスター URL を指定し、 --authority_id 、 --client_id 、 --client_secretを指定する必要はありません。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Azure Data Explorer (ADX) クラスターへのアクセスを提供し、ユーザーがテーブルの一覧表示、クエリの実行、スキーマ情報の取得を行えるようにする MCP サーバー。
Related Resources
Related MCP Servers
- -security-license-qualityProvides 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 -2
- -security-license-qualityAn MCP server that wraps the Azure CLI. As LLMs are very good at generating Azure CLI commands, this server allows your LLM to list resources, update/create/delete them, fix errors (by looking at the logs), fix security issues...Last updated -81MIT License
- -security-license-qualityAn MCP server for interacting with Azure. Contains some common Compute and Networking actions, and extensible to add many more.Last updated -1Apache 2.0
- Asecurity-licenseAqualityAn open-source MCP server that connects to various data sources (SQL databases, CSV, Parquet files), allowing AI models to execute SQL queries and generate data visualizations for analytics and business intelligence.Last updated -964MIT License