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 구성

claude_desktop_config.json을 편집하여 다음 구성을 추가합니다.

지엑스피1

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. Claude Desktop 구성

      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