Skip to content
Grok

fabric-dw for Grok

io.github.sdebruyn/fabric-dw-mcp

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

client:Grok transport:stdio runtime:oci

Install fabric-dw in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "fabric-dw-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

fabric-dw in other clients