Doramagic.ai Chinese

MCP Tool Integration · Public

fabric-dw-mcp-cli

MCP tool integration project for safely connecting external tools, services, or data sources to an AI host.

MCPTool callingHost configurationPermission boundariesAcceptance checks

Last verification date: 2026-07-13 Verification method: source evidence, semantic profile, public page gate, and static build acceptance.

Publication status · 2026-07-13

What is fabric-dw-mcp-cli?

01

Quick decision

Use this section to decide whether the project is worth a deeper read.
Best forDevelopers who need Claude, Cursor, Codex, or another MCP-capable AI host to call external tools safely.

Match the project to your task before installing it.

CapabilityMCP setup guidance, host configuration checks, tool permission boundaries, recovery steps, and acceptance checks

MCP tool integration project for safely connecting external tools, services, or data sources to an AI host.

Repositorysdebruyn/fabric-dw-mcp-cli

6 stars · 0 forks

02

What it can do

Translate the upstream project into concrete capabilities the user can judge before installing.
1

Project Overview & Architecture

Related topics: Core Features & Command Domains, MCP Server & AI Agent Integration

Source: https://github.com/sdebruyn/fabric-dw-mcp-cli / Human Manual
2

Core Features & Command Domains

Related topics: Project Overview & Architecture, MCP Server & AI Agent Integration

Source: https://github.com/sdebruyn/fabric-dw-mcp-cli / Human Manual
3

MCP Server & AI Agent Integration

Related topics: Project Overview & Architecture, Deployment, Configuration & Operations, Core Features & Command Domains

Sources: [src/fabric_dw/mcp/server.py:1-200](), [src/fabric_dw/mcp/tools/__init__.py:1-200](), [src/fabric_dw/mcp/_context.py:1-200](), [src/fabric_dw/mcp/_helpers.py:1-200](), [src/fabric_dw/mcp/_guards.py:1-200]().
4

Deployment, Configuration & Operations

Related topics: Project Overview & Architecture, MCP Server & AI Agent Integration

Source: https://github.com/sdebruyn/fabric-dw-mcp-cli / Human Manual
5

Doramagic Pitfall Log

Source-linked risks stay visible on the manual page so the preview does not read like a recommendation.

Source: Doramagic discovery, validation, and Project Pack records

Sources: https://github.com/sdebruyn/fabric-dw-mcp-cli, Human Manual, Project Pack evidence, and downstream validation signals.

03

Community Discussion Evidence

Project-level external discussion stays visible on the detail page, not only inside the manual.
Stars6 stars
Forks0 forks
Contributors3 contributors
Licenseunknown

Community Discussion Evidence

12 source-linked items

Review these external discussions before using fabric-dw-mcp-cli with real data or production workflows. They are review inputs, not standalone proof that the project is production-ready.

04

How to start

Only source-backed commands are shown here. Verify them in an isolated environment first.
1

Try the prompt first

Test the workflow without installing the upstream project.

preview
2

Read the Human Manual

Understand inputs, outputs, limits, and failure modes.

manual
3

Take context to your AI host

Use the compiled assets in your preferred AI environment.

context
4

Run sandbox verification

Confirm install commands and rollback before using a primary environment.

verify
pip install fabric-dw

Official start command · https://github.com/sdebruyn/fabric-dw-mcp-cli#readme · verified: yes

05

Human Manual

The English page must expose the real manual, not a short placeholder.

8+ sections · Human Manual

fabric-dw-mcp-cli Manual

Python CLI and MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints: administer, query, optimize, and secure them from your terminal or your AI agent.

Open the full manual
  1. https://github.com/sdebruyn/fabric-dw-mcp-cli Project Manual
  2. Table of Contents
  3. Project Overview & Architecture
  4. Related Pages
  5. Goals and Scope
  6. High-Level Architecture
  7. Authentication and Connection
  8. CLI Surface
1

Project Overview & Architecture

Related topics: Core Features & Command Domains, MCP Server & AI Agent Integration

Source: https://github.com/sdebruyn/fabric-dw-mcp-cli / Human Manual
2

Core Features & Command Domains

Related topics: Project Overview & Architecture, MCP Server & AI Agent Integration

Source: https://github.com/sdebruyn/fabric-dw-mcp-cli / Human Manual
3

MCP Server & AI Agent Integration

Related topics: Project Overview & Architecture, Deployment, Configuration & Operations, Core Features & Command Domains

Sources: [src/fabric_dw/mcp/server.py:1-200](), [src/fabric_dw/mcp/tools/__init__.py:1-200](), [src/fabric_dw/mcp/_context.py:1-200](), [src/fabric_dw/mcp/_helpers.py:1-200](), [src/fabric_dw/mcp/_guards.py:1-200]().
4

Deployment, Configuration & Operations

Related topics: Project Overview & Architecture, MCP Server & AI Agent Integration

Source: https://github.com/sdebruyn/fabric-dw-mcp-cli / Human Manual
5

Doramagic Pitfall Log

Source-linked risks stay visible on the manual page so the preview does not read like a recommendation.

Source: Doramagic discovery, validation, and Project Pack records

06

AI Context Pack and portable assets

After deciding to continue, take the project context into your own AI host.

Complete pack plus user-owned assets

These files are planning and verification assets for Claude Code, Codex, Gemini, Cursor, ChatGPT, and other AI hosts.

07

Preflight checks

Treat this page as a planning asset, not proof that your local environment is ready.

08

Pitfall Log and verification risks

Doramagic surfaces high-risk items before users treat a candidate capability as verified.
high

Security or permission risk requires verification

Developers may expose sensitive permissions or credentials: Track: measure execute_sql overuse after the MCP instructions block (needs telemetry)

high

Security or permission risk requires verification

Developers may expose sensitive permissions or credentials: feat(mcp): add server instructions and steer execute_sql toward dedicated tools

high

Security or permission risk requires verification

Developers may expose sensitive permissions or credentials: feat(mcp): name the remaining tool domains in the server instructions

high

Security or permission risk requires verification

Developers may expose sensitive permissions or credentials: fix(cli): leading optional ITEM positional swallows the first required argument

high

Security or permission risk requires verification

May increase setup, validation, or first-run risk for the user.

medium

Identity risk requires verification

May increase setup, validation, or first-run risk for the user.

medium

Installation risk requires verification

Developers may fail before the first successful local run: fix(ci): replace uv sync --frozen with --locked in remaining workflows

medium

Installation risk requires verification

Developers may fail before the first successful local run: fix(ci): uv.lock is out of sync with pyproject.toml, and nothing detects it