PluginBench
MCP Server
Active
MIT

fabric-dw MCP Server

io.github.sdebruyn/fabric-dw-mcp

What is the fabric-dw MCP server?

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

How to install fabric-dw

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FABRIC_AUTH

    Azure credential source: 'default' (DefaultAzureCredential chain), 'sp' (service principal, needs AZURE_TENANT_ID/AZURE_CLIENT_ID/AZURE_CLIENT_SECRET), or 'interactive' (browser sign-in).

  • FABRIC_MCP_READONLY

    Set to 1 to restrict execute_sql to SELECT/WITH statements and block all mutating tools.

  • FABRIC_MCP_ALLOW_DESTRUCTIVE

    Set to 1 to enable permanently-destructive tools (delete_*, clear_table, restore_warehouse_in_place). Disabled by default.

  • FABRIC_MCP_WORKSPACES

    Comma-separated workspace names or GUIDs the server may touch. Unset allows all workspaces.

  • FABRIC_MCP_ALLOW_REMOTE

    Set to 1 to allow the HTTP transport to bind on a non-loopback address. Always front with an authenticating reverse proxy.

  • FABRIC_LOG_LEVEL

    Log level for the MCP server (DEBUG, INFO, WARNING, ERROR, CRITICAL).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fabric-dw-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sdebruyn/fabric-dw:2026.7.3"
      ],
      "env": {
        "FABRIC_AUTH": "<YOUR_FABRIC_AUTH>",
        "FABRIC_MCP_READONLY": "<YOUR_FABRIC_MCP_READONLY>",
        "FABRIC_MCP_ALLOW_DESTRUCTIVE": "<YOUR_FABRIC_MCP_ALLOW_DESTRUCTIVE>",
        "FABRIC_MCP_WORKSPACES": "<YOUR_FABRIC_MCP_WORKSPACES>",
        "FABRIC_MCP_ALLOW_REMOTE": "<YOUR_FABRIC_MCP_ALLOW_REMOTE>",
        "FABRIC_LOG_LEVEL": "<YOUR_FABRIC_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "fabric-dw-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sdebruyn/fabric-dw:2026.7.3"
      ],
      "env": {
        "FABRIC_AUTH": "<YOUR_FABRIC_AUTH>",
        "FABRIC_MCP_READONLY": "<YOUR_FABRIC_MCP_READONLY>",
        "FABRIC_MCP_ALLOW_DESTRUCTIVE": "<YOUR_FABRIC_MCP_ALLOW_DESTRUCTIVE>",
        "FABRIC_MCP_WORKSPACES": "<YOUR_FABRIC_MCP_WORKSPACES>",
        "FABRIC_MCP_ALLOW_REMOTE": "<YOUR_FABRIC_MCP_ALLOW_REMOTE>",
        "FABRIC_LOG_LEVEL": "<YOUR_FABRIC_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fabric-dw-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sdebruyn/fabric-dw:2026.7.3"
      ],
      "env": {
        "FABRIC_AUTH": "<YOUR_FABRIC_AUTH>",
        "FABRIC_MCP_READONLY": "<YOUR_FABRIC_MCP_READONLY>",
        "FABRIC_MCP_ALLOW_DESTRUCTIVE": "<YOUR_FABRIC_MCP_ALLOW_DESTRUCTIVE>",
        "FABRIC_MCP_WORKSPACES": "<YOUR_FABRIC_MCP_WORKSPACES>",
        "FABRIC_MCP_ALLOW_REMOTE": "<YOUR_FABRIC_MCP_ALLOW_REMOTE>",
        "FABRIC_LOG_LEVEL": "<YOUR_FABRIC_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fabric-dw-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sdebruyn/fabric-dw:2026.7.3"
      ],
      "env": {
        "FABRIC_AUTH": "<YOUR_FABRIC_AUTH>",
        "FABRIC_MCP_READONLY": "<YOUR_FABRIC_MCP_READONLY>",
        "FABRIC_MCP_ALLOW_DESTRUCTIVE": "<YOUR_FABRIC_MCP_ALLOW_DESTRUCTIVE>",
        "FABRIC_MCP_WORKSPACES": "<YOUR_FABRIC_MCP_WORKSPACES>",
        "FABRIC_MCP_ALLOW_REMOTE": "<YOUR_FABRIC_MCP_ALLOW_REMOTE>",
        "FABRIC_LOG_LEVEL": "<YOUR_FABRIC_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add fabric-dw-mcp --env FABRIC_AUTH=<YOUR_FABRIC_AUTH> --env FABRIC_MCP_READONLY=<YOUR_FABRIC_MCP_READONLY> --env FABRIC_MCP_ALLOW_DESTRUCTIVE=<YOUR_FABRIC_MCP_ALLOW_DESTRUCTIVE> --env FABRIC_MCP_WORKSPACES=<YOUR_FABRIC_MCP_WORKSPACES> --env FABRIC_MCP_ALLOW_REMOTE=<YOUR_FABRIC_MCP_ALLOW_REMOTE> --env FABRIC_LOG_LEVEL=<YOUR_FABRIC_LOG_LEVEL> -- docker run -i --rm ghcr.io/sdebruyn/fabric-dw:2026.7.3

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →