← All servers
πŸ—„οΈ

fabric-dwVerifiedπŸ›‘ No advisories

io.github.sdebruyn/fabric-dw-mcp
New to MCP? Start here β†’
0β˜… stars
0weekly installs
5 days agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/sdebruyn, which proved it owns this namespace.

Verified owner: github.com/sdebruyn β†—io.github.sdebruyn/fabric-dw-mcp

πŸ›‘ Permissions & trustwhat this server can touch before you run it

βœ“
Configuration
Reads FABRIC_AUTH, FABRIC_MCP_READONLY, FABRIC_MCP_ALLOW_DESTRUCTIVE, FABRIC_MCP_WORKSPACES, FABRIC_MCP_ALLOW_REMOTE, FABRIC_LOG_LEVEL.

About

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

Packages & transports

dockerghcr.io/sdebruyn/fabric-dw:2026.7.3vlatest Β· docker run

Metadata

Categorydatabases
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "fabric_dw": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sdebruyn/fabric-dw:2026.7.3"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm ghcr.io/sdebruyn/fabric-dw:2026.7.3