mcpbeat Sign in

Microsoft SQL Server MCP Server

local only

Microsoft SQL Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Read-only-by-default SQL Server: schema, parameterized SELECT, execution plans; writes opt-in.

Installs / week
not published
9
Stars
0 open issues
17 Sep 2026
Last commit
from GitHub
MIT
License
C#

Nothing serious here today

Today is the operative word: we check Microsoft SQL Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Alternatives to Microsoft SQL Server

same job, measured the same way
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
I
Mssql Reader
by connorbritain

Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying

544 installs/wk local only
I
Mssql Writer
by connorbritain

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

53 installs/wk local only
NexQL Postgres MCP
by nexql-oss

Standalone Postgres MCP server — schema-aware, read-only by default, installable everywhere.

97 installs/wk local only
SQL
by abhishekkumar2021

Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.

45 installs/wk local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

27 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
Mcpg
by devopam

Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.

1 099 installs/wk local only

Microsoft SQL Server — questions

Answers built from our own checks of this server.

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