Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Darbot KustoNew to Visual Studio Code? Get it now.
Darbot Kusto

Darbot Kusto

Darbot Labs

|
3 installs
| (0) | Free
Kusto (ADX) connector for Model Context Protocol
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

darbot-kusto logo

darbot-kusto

darbot-kusto

A connector for running Kusto queries from VSCode. Darbot Labs: https://github.com/darbotlabs/darbot-kusto

Quick Start

Add this to your MCP config (VS Code, Claude Desktop, etc):

"darbot-kusto": {
  "command": "npx",
  "args": [
    "@darbotlabs/darbot-kusto"
  ]
}

You can now start the server from the MCP UI and run Kusto queries securely using your Windows/Entra/az login credentials by default. For more detailed installation, usage, and advanced features, please see the documentation in the docs folder.

Authentication

By default, authentication uses your Windows/Entra/az login credentials (via DefaultAzureCredential). You can also provide a token or AAD app credentials. See docs/troubleshooting.md for more details.

CLI Usage

npx @darbotlabs/darbot-kusto --cluster <ClusterUrl> --database <Database> query "<Your Kusto Query>"

For more options, run:

npx @darbotlabs/darbot-kusto --help

Contributing

Please see CONTRIBUTING.md.

License

This project is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft