mcpbeat Sign in

fabric-dw MCP Server

local only

fabric-dw runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

MCP server for Microsoft Fabric Data Warehouses and SQL Analytics Endpoints

Installs / week
not published
10
Stars
3 open issues
9 Sep 2026
Last commit
from GitHub
MIT
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        proc = subprocess.run(  # noqa: S603
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/docs.yml:228
      - name: Update job summary with real preview URL
        env:
          PREVIEW_URL: ${{ steps.deploy.outputs.pages-deployment-alias-url || steps.deploy.outputs.deployment-url }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to fabric-dw

same job, measured the same way
I
Mssql Writer
by connorbritain

MCP server for Microsoft SQL Server — read and data write operations, no DDL

53 installs/wk local only
I
Mssql
by connorbritain

MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL

330 installs/wk local only
MCP Server Motherduck
by motherduckdb

SQL analytics and data engineering for AI Assistants and IDEs

4 435 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
DBHub Analytics
by amansingh63

MCP server for Databricks, BigQuery, PostgreSQL, MySQL, SQL Server, SQLite, MariaDB

34 installs/wk local only
MCP Server Mssql
by daedalus

MCP server for Microsoft SQL Server using mssql-python

73 installs/wk local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Manticore Search
by manticoresoftware

MCP server for Manticore Search — lets AI assistants query and manage search databases.

75 installs/wk local only

fabric-dw — questions

Answers built from our own checks of this server.

Why is there no uptime for fabric-dw?
fabric-dw runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is fabric-dw open source?
Yes — it is published under the MIT licence, written in Python, 10 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.