fabric-dw
Rank #3,525io.github.sdebruyn/fabric-dw-mcp
MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints
fabric-dw is a Model Context Protocol (MCP) server published by sdebruyn. It ranks #3,525 of 132,046 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. fabric-dw is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on Jun 7, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 128,521 of 132,046 servers on MCP Toplist.
Use fabric-dw
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fabric-dw-mcp -e "FABRIC_AUTH=<your FABRIC_AUTH>" -e "FABRIC_MCP_READONLY=<your FABRIC_MCP_READONLY>" -e "FABRIC_MCP_ALLOW_DESTRUCTIVE=<your FABRIC_MCP_ALLOW_DESTRUCTIVE>" -e "FABRIC_MCP_WORKSPACES=<your FABRIC_MCP_WORKSPACES>" -e "FABRIC_MCP_ALLOW_REMOTE=<your FABRIC_MCP_ALLOW_REMOTE>" -e "FABRIC_LOG_LEVEL=<your FABRIC_LOG_LEVEL>" -- docker run -i --rm ghcr.io/sdebruyn/fabric-dw:2026.9.0Replace each placeholder with your own value before saving.
[mcp_servers.fabric-dw-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/sdebruyn/fabric-dw:2026.9.0"]
[mcp_servers.fabric-dw-mcp.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fabric-dw-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sdebruyn/fabric-dw:2026.9.0"
],
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fabric-dw-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sdebruyn/fabric-dw:2026.9.0"
],
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fabric-dw-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sdebruyn/fabric-dw:2026.9.0"
],
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fabric-dw-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sdebruyn/fabric-dw:2026.9.0"
],
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fabric-dw-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sdebruyn/fabric-dw:2026.9.0"
],
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sdebruyn%2Ffabric-dw-mcp)<a href="https://mcptoplist.com/server/io.github.sdebruyn%2Ffabric-dw-mcp"><img src="https://mcptoplist.com/badge/io.github.sdebruyn%2Ffabric-dw-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
sdebruyn
Available versions (6)
| Version | Published |
|---|---|
| 2026.9.0 | Sep 9, 2026 |
| 2026.8.0 | Aug 25, 2026 |
| 2026.7.3 | Jul 19, 2026 |
| 2026.7.2 | Jul 17, 2026 |
| 2026.7.1 | Jul 13, 2026 |
| 2026.7.0 | Jul 3, 2026 |
Frequently asked questions
- Who maintains fabric-dw?
- fabric-dw is maintained by sdebruyn, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is fabric-dw listed on the Official MCP Registry?
- Yes — fabric-dw is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does fabric-dw have?
- MCP Toplist tracks 6 versions of fabric-dw, most recently published on Sep 9, 2026.
- Where can I find the source code for fabric-dw?
- The source code for fabric-dw is hosted at github.com/sdebruyn/fabric-dw-mcp-cli.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.