← Back to Plugins
MCP Server MCP

fabric-dw

github By github 👁 1 views ▲ 0 votes

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

Homepage Verified source GitHub

Install

oci:ghcr.io/sdebruyn/fabric-dw:2026.7.3

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...