Model Context Protocol (MCP) server for Microsoft Fabric Real-Time Intelligence (RTI). Version 0.5.4 provides tools for Eventstream, KQL, Activator, and Map. Active development with weekly to biweekly releases.
pip install microsoft-fabric-rti-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set FABRIC_USER_ACCESS_TOKEN environment variable with a valid Fabric access token, then run the server.
Set env var FABRIC_USER_ACCESS_TOKEN from Azure CLI or Fabric API.
Set env var FABRIC_RTI_CORS_ORIGINS to a comma-separated list of allowed origins.
Configure CRP keys through environment variables, not tool calls.
Use the updated Kusto Copilot skill introduced in 0.5.1.
Run 'pip install microsoft-fabric-rti-mcp' and ensure Python version >=3.10.
Set FABRIC_USER_ACCESS_TOKEN to a valid Fabric bearer token. Use 'az account get-access-token --resource https://api.fabric.microsoft.com' to obtain one.
Use 'from fabric_rti_mcp.server import main' instead of 'from fabric_rti_mcp import main'.
No dependency data recorded yet.