Stats
Actions
Tags
Runs the fabric-dw MCP server locally via uvx, providing tools for interacting with a Fabric Data Warehouse. Requires configuration for data access.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"fabric-dw": {
"command": "uvx",
"args": [
"--from",
"fabric-dw",
"fabric-dw-mcp"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
First indexed Jun 20, 2026
First indexed Jun 20, 2026
npx claudepluginhub sdebruyn/fabric-dw-mcp-cli --plugin fabric-dw