io.github.sdebruyn

fabric-dw-mcp

fabric-dw

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

FABRIC_AUTH
Default:default

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
Default:INFO

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