fabric-dw-mcp-cli
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fabric-dw-mcp-clilist all data warehouses in my Fabric workspace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fabric-dw-mcp-cli
Python CLI and MCP server for administering Microsoft Fabric Data Warehouses and SQL Analytics Endpoints.
Status
Alpha — work in progress. The API and CLI interface may change without notice. See the open issues for current status.
Description
fabric-dw-mcp-cli provides two interfaces for managing Microsoft Fabric Data Warehouses and SQL Analytics Endpoints:
CLI — a command-line tool for common DW administration tasks.
MCP server — a Model Context Protocol server that exposes DW operations as tools for AI assistants.
Authentication is handled via the Azure CLI (az login).
Installation
pip install fabric-dw-mcp-cliNote: package not yet published. Installation instructions will be updated on first release.
Quick Start
CLI
# Coming soon
fabric-dw --helpMCP Server
// Coming soon — add to your MCP client configuration
{
"mcpServers": {
"fabric-dw": {
"command": "fabric-dw-mcp"
}
}
}Contributing
See CONTRIBUTING.md for dev setup, branch flow, and how to run tests locally.
📖 Docs: fdw.debruyn.dev (or run uv run --only-group docs zensical serve locally).
Security
Please report vulnerabilities privately — see SECURITY.md.
Code of Conduct
This project follows the Contributor Covenant 2.1.
License
MIT — Copyright (c) 2026 Sam Debruyn
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sdebruyn/fabric-dw-mcp-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server