mcp-server-kusto
0
The Kusto MCP Server is designed to provide streamlined access to Azure Data Explorer clusters. It includes tools for listing tables, executing queries, and retrieving table schemas.
Kusto MCP Server
A mcp server that provides access to Azure Data Explorer (ADX) clusters.
Tools
The following tools are provided by the server:
- List tables:
- List all internal tables in the cluster
- List all external tables in the cluster
- List all materialized views in the cluster
- Execute query:
- Execute a query on an internal table or materialized view
- Execute a query on an external table
- Get table schema:
- Get the schema of an internal table or materialized view
- Get the schema of an external table