MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/sdebruyn/fabric-dw:2026.7.3 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sdebruyn/fabric-dw-mcp",
"description": "MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints",
"title": "fabric-dw",
"repository": {
"url": "https://github.com/sdebruyn/fabric-dw-mcp-cli",
"source": "github"
},
"version": "2026.7.3",
"websiteUrl": "https://fdw.debruyn.dev",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/sdebruyn/fabric-dw:2026.7.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Azure credential source: 'default' (DefaultAzureCredential chain), 'sp' (service principal, needs AZURE_TENANT_ID/AZURE_CLIENT_ID/AZURE_CLIENT_SECRET), or 'interactive' (browser sign-in).",
"default": "default",
"name": "FABRIC_AUTH"
},
{
"description": "Set to 1 to restrict execute_sql to SELECT/WITH statements and block all mutating tools.",
"name": "FABRIC_MCP_READONLY"
},
{
"description": "Set to 1 to enable permanently-destructive tools (delete_*, clear_table, restore_warehouse_in_place). Disabled by default.",
"name": "FABRIC_MCP_ALLOW_DESTRUCTIVE"
},
{
"description": "Comma-separated workspace names or GUIDs the server may touch. Unset allows all workspaces.",
"name": "FABRIC_MCP_WORKSPACES"
},
{
"description": "Set to 1 to allow the HTTP transport to bind on a non-loopback address. Always front with an authenticating reverse proxy.",
"name": "FABRIC_MCP_ALLOW_REMOTE"
},
{
"description": "Log level for the MCP server (DEBUG, INFO, WARNING, ERROR, CRITICAL).",
"default": "INFO",
"name": "FABRIC_LOG_LEVEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-19T22:32:04.0315Z",
"publishedAt": "2026-07-19T22:32:04.0315Z",
"updatedAt": "2026-07-19T22:32:04.0315Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2026.7.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.