adx-mcp-server

Python

A Model Context Protocol (MCP) server that enables AI assistants to query and analyze Azure Data Explorer databases through standardized interfaces.

AI Model Integration
Protocol Implementations
Function Calling

Architecture and Design Patterns

The repository adopts a server-client architecture where the MCP server acts as an intermediary between AI assistants (clients) and Azure Data Explorer. It uses a modular design, separating server logic, main application, and database interaction. The project structure facilitates organized development with clear separation of concerns, enhancing maintainability.

About

Language

Python

Stars

2

Categories

AI Model IntegrationProtocol ImplementationsFunction Calling