Skip to content
Zed

fabric-dw for Zed

io.github.sdebruyn/fabric-dw-mcp

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

client:Zed transport:stdio runtime:oci

Install fabric-dw in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "fabric-dw-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sdebruyn/fabric-dw:2026.9.0"
      ],
      "env": {
        "FABRIC_AUTH": "<FABRIC_AUTH>",
        "FABRIC_MCP_READONLY": "<FABRIC_MCP_READONLY>",
        "FABRIC_MCP_ALLOW_DESTRUCTIVE": "<FABRIC_MCP_ALLOW_DESTRUCTIVE>",
        "FABRIC_MCP_WORKSPACES": "<FABRIC_MCP_WORKSPACES>",
        "FABRIC_MCP_ALLOW_REMOTE": "<FABRIC_MCP_ALLOW_REMOTE>",
        "FABRIC_LOG_LEVEL": "<FABRIC_LOG_LEVEL>"
      }
    }
  }
}

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

fabric-dw in other clients