
mcp server
一个支持登录 Azure Data Explorer 并运行 KQL 查询的 MCP 服务器。
Repository Info
About This Server
一个支持登录 Azure Data Explorer 并运行 KQL 查询的 MCP 服务器。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Azure Data Explorer MCP Server
This is a Model Context Protocol (MCP) server that can login to Azure Data Explorer and run KQL queries.
Features
- Login to Azure Data Explorer using service principal (client credentials)
- Run KQL queries against an Azure Data Explorer database
- View formatted query results
Prerequisites
- Node.js (v16 or higher)
- npm (v7 or higher)
- Azure Data Explorer cluster
- Service Principal with access to Azure Data Explorer
Setup
- Clone or download this repository
- Install dependencies:
npm install
- Build the project:
npm run build
Running the server
Start the server:
npm start
The server will listen on standard input/output (stdio), which is the format expected by MCP clients like Claude for Desktop.
Usage with Claude for Desktop
- Configure Claude for Desktop to use this MCP server by editing the
claude_desktop_config.jsonfile:
{
"mcpServers": {
"adx-query-server": {
"command": "node",
"args": [
"/absolute/path/to/this/repository/build/index.js"
]
}
}
}
-
Restart Claude for Desktop
-
Use the MCP server through Claude by asking it to:
- Login to Azure Data Explorer
- Run KQL queries
Available Tools
login-to-adx
Authenticates with Azure Data Explorer using client credentials.
Parameters:
cluster: The ADX cluster URL (e.g., https://mycluster.eastus.kusto.windows.net)database: The database nametenantId: The Azure tenant IDclientId: The Azure client/application IDclientSecret: The Azure client secret
run-adx-query
Runs a KQL query against the connected Azure Data Explorer database.
Parameters:
query: The KQL query to execute
Development
To run the server in development mode:
npm run dev
License
ISC
Quick Start
Clone the repository
git clone https://github.com/cheng306/mcp-serverInstall dependencies
cd mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.