Fabric GraphQL Connector
БесплатноНе проверенEnables AI agents to query and mutate data in Microsoft Fabric data warehouse via GraphQL using Model Context Protocol.
Описание
Enables AI agents to query and mutate data in Microsoft Fabric data warehouse via GraphQL using Model Context Protocol.
README
This repo demonstrates the integration of an Azure OpenAI-powered AI agent with a Microsoft Fabric data warehouse using the Model Context Protocol (MCP), open integration standard for AI agents by Anthropic.
MCP enables dynamic discovery of tools, data resources and prompt templates (with more coming soon), unifying their integration with AI agents. GraphQL provides an abstraction layer for universal data connection. Below, you will find detailed steps on how to combine MCP and GraphQL to enable bidirectional access to enterprise data for your AI agent.
[!NOTE] In the MCP server's script, some query parameter values are hard-coded for the sake of this example. In a real-world scenario, these values would be dynamically generated or retrieved.
Table of contents:
- Part 1: Configuring Microsoft Fabric Backend
- Part 2: Configuring Local Client Environment
- Part 3: User Experience - Gradio UI
- Part 4: Demo video on YouTube
Part 1: Configuring Microsoft Fabric Backend
- In Microsoft Fabric, create a new data warehouse pre-populated by sample data by clicking New item -> Sample warehouse:

- Next, create a GraphQL API endpoint by clicking New item -> API for GraphQL:

- In the data configuration of GraphQL API, choose the Trip (dbo.Trip) table:

- Copy the endpoint URL of your GraphQL API:

Part 2: Configuring Local Client Environment
- Install the required Python packages, listed in the provided requirements.txt:
pip install -r requirements.txt
- Configure environment variables for the MCP client:
| Variable | Description |
|---|---|
AOAI_API_BASE |
Base URL of the Azure OpenAI endpoint |
AOAI_API_VERSION |
API version of the Azure OpenAI endpoint |
AOAI_DEPLOYMENT |
Deployment name of the Azure OpenAI model |
- Set the value of the
AZURE_FABRIC_GRAPHQL_ENDPOINTvariable with the GraphQL endpoint URL from Step 1.4 above. It will be utilised by the MCP Server script to establish connectivity with Microsoft Fabric:
| Variable | Description |
|---|---|
AZURE_FABRIC_GRAPHQL_ENDPOINT |
Microsoft Fabric's GraphQL API endpoint |
Part 3: User Experience - Gradio UI
- Launch the MCP client in your command prompt:
python MCP_Client_Gradio.py
- Click the Initialise System button to start the MCP server and connect your AI agent to the Microsoft Fabric's GraphQL API endpoint:

- You can now pull and push data to your data warehouse using GraphQL's queries and mutations enabled by this MCP connector:

Part 4: Demo video on YouTube
A practical demo of the provided MCP connector can be found on this YouTube video.
Установка Fabric GraphQL Connector
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/LazaUK/AIFoundry-MCPConnector-FabricGraphQLFAQ
Fabric GraphQL Connector MCP бесплатный?
Да, Fabric GraphQL Connector MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Fabric GraphQL Connector?
Нет, Fabric GraphQL Connector работает без API-ключей и переменных окружения.
Fabric GraphQL Connector — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Fabric GraphQL Connector в Claude Desktop, Claude Code или Cursor?
Открой Fabric GraphQL Connector на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Fabric GraphQL Connector with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
