Fabric Real-Time Intelligence MCP
Created 4 months ago
A Model Context Protocol (MCP) server implementation for Microsoft Fabric Real-Time Intelligence (RTI).
development
location
documentation
public
AI
data analysis
What is Fabric Real-Time Intelligence MCP?
Official Microsoft Fabric RTI server to accelerate working with Eventhouse, Azure Data Explorer(Kusto), Eventstreams and other RTI items using your favorite LLM models.
Documentation
Getting Started# Prerequisites
- Install either the stable or Insiders release of VS Code: * 💫 Stable release * 🔮 Insiders release
- Install the GitHub Copilot and GitHub Copilot Chat extensions
- Install
uv
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
- Open VS Code in an empty folder
Install from PyPI (Pip)
The Fabric RTI MCP Server is available on PyPI, so you can install it using pip. This is the easiest way to install the server.
Manual Install (Install from source)
- Make sure you have Python 3.10+ installed properly and added to your PATH.
- Clone the repository
- Install the dependencies (
pip install .oruv tool install .) - Add the settings below into your vscode
settings.jsonor yourmcp.jsonfile. - Modify the path to match the repo location on your machine.
- Modify the cluster uri in the settings to match your cluster.
- Modify the cluster default database in the settings to match your database.
- Modify the embeddings endpoint in the settings to match yours. This step is optional and needed only in case you supply a shots table.
Server Config
{
"mcpServers": {
"fabric-real-time-intelligence-mcp-server": {
"command": "npx",
"args": [
"fabric-real-time-intelligence-mcp"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 22, 2025
Updated At:
Aug 07, 2025
Author:
Microsoft
Category:
community
License:
MIT
Tags:
development
location
documentation