Kusto MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KUSTO_CLI_PATH | No | Path to Kusto.Cli.dll | Auto-detected |
| KUSTO_MAX_ROWS | No | Default max rows | 10000 |
| KUSTO_DEFAULT_TIMEOUT | No | Default query timeout (ms) | 60000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kusto_queryC | Execute a KQL (Kusto Query Language) query against an Azure Data Explorer cluster. This is the primary tool for running queries. |
| kusto_executeA | Execute advanced Kusto commands with full CLI options. Use this for control commands, multiple statements, or when you need fine-grained control. |
| kusto_scriptC | Execute a Kusto script file containing multiple KQL statements. Useful for running saved queries or batch operations. |
| kusto_connection_addB | Add or update a named connection configuration for Azure Data Explorer. |
| kusto_connection_listA | List all configured Kusto connections. |
| kusto_connection_testB | Test connectivity to a Kusto cluster using a saved connection. |
| kusto_connection_removeB | Remove a saved connection configuration. |
| kusto_connection_set_defaultC | Set a connection as the default. |
| kusto_schemaA | Get database schema information including tables, columns, and their types. |
| kusto_helpB | Get help information about the Kusto CLI and available options. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/yeshsurya/kusto-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server