Skip to content
Zed

Microsoft Fabric MCP Server for Zed

com.microsoft/microsoft-fabric

MCP tools for interacting with Microsoft Fabric

client:Zed transport:stdio runtime:nuget

Install Microsoft Fabric MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "microsoft-fabric": {
      "command": "dnx",
      "args": [
        "Microsoft.Fabric.Mcp",
        "--yes"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Microsoft Fabric MCP Server in other clients