0.9.8 • Published 10 months ago

@darbotlabs/darbot-kusto v0.9.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.

0.9.8

10 months ago

0.9.7

10 months ago

0.9.6

10 months ago

0.9.5

10 months ago

0.9.4

10 months ago

0.9.3

10 months ago

0.9.1

10 months ago

0.9.0-beta

10 months ago