Skip to main content
Glama
sdebruyn

fabric-dw-mcp-cli

by sdebruyn

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-cli

Note: package not yet published. Installation instructions will be updated on first release.

Quick Start

CLI

# Coming soon
fabric-dw --help

MCP 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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
<1hResponse time
Release cycle
Releases (12mo)
Commit activity

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