← Back to browse

fabric-dw

Indexed by io.github.sdebruyn

About

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFABRIC_AUTH FABRIC_MCP_READONLY FABRIC_MCP_ALLOW_DESTRUCTIVE FABRIC_MCP_WORKSPACES FABRIC_MCP_ALLOW_REMOTE FABRIC_LOG_LEVEL
Claude Code
claude mcp add --env FABRIC_AUTH= --env FABRIC_MCP_READONLY= --env FABRIC_MCP_ALLOW_DESTRUCTIVE= --env FABRIC_MCP_WORKSPACES= --env FABRIC_MCP_ALLOW_REMOTE= --env FABRIC_LOG_LEVEL= fabric-dw-mcp -- docker ghcr.io/sdebruyn/fabric-dw:2026.7.3
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"fabric-dw-mcp","command":"docker","args":["ghcr.io/sdebruyn/fabric-dw:2026.7.3"],"env":{"FABRIC_AUTH":"","FABRIC_MCP_READONLY":"","FABRIC_MCP_ALLOW_DESTRUCTIVE":"","FABRIC_MCP_WORKSPACES":"","FABRIC_MCP_ALLOW_REMOTE":"","FABRIC_LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "fabric-dw-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/sdebruyn/fabric-dw:2026.7.3"
      ],
      "env": {
        "FABRIC_AUTH": "",
        "FABRIC_MCP_READONLY": "",
        "FABRIC_MCP_ALLOW_DESTRUCTIVE": "",
        "FABRIC_MCP_WORKSPACES": "",
        "FABRIC_MCP_ALLOW_REMOTE": "",
        "FABRIC_LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.