FR

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

  1. Install either the stable or Insiders release of VS Code: * 💫 Stable release * 🔮 Insiders release
  2. Install the GitHub Copilot and GitHub Copilot Chat extensions
  3. Install uv
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  1. 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)

  1. Make sure you have Python 3.10+ installed properly and added to your PATH.
  2. Clone the repository
  3. Install the dependencies (pip install . or uv tool install .)
  4. Add the settings below into your vscode settings.json or your mcp.json file.
  5. Modify the path to match the repo location on your machine.
  6. Modify the cluster uri in the settings to match your cluster.
  7. Modify the cluster default database in the settings to match your database.
  8. 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

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 22, 2025
Updated At: Aug 07, 2025
Author: Microsoft
Category: community
License: MIT
Tags:
development location documentation