mcpbeat Sign in

SqlServerMcp MCP Server

by nithish1206 Your server? Claim it
local only

SqlServerMcp runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 25 Jun 2026.

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

Installs / week
not published
0
Stars
0 open issues
25 Jun 2026
Last commit
from GitHub
MIT
License
C#

What the code does

We read the source, 19 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.

Builds a database query by concatenation SqlServerMcp/Tools/SqlTools.cs:54
            SELECT TABLE_SCHEMA + '.' + TABLE_NAME

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 SqlServerMcp

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

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

544 installs/wk local only
SQL Server Analyst MCP
by coregentdevspace

Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.

24 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
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

264 installs/wk local only
C
Read Only Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

local only
Read Only Local Postgres MCP Server
by hove

MCP server for read-only PostgreSQL database queries in Claude Desktop

159 installs/wk local only
PostgreSQL MCP Server
by yawlabs

PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants

4 335 installs/wk local only

SqlServerMcp — questions

Answers built from our own checks of this server.

Why is there no uptime for SqlServerMcp?
SqlServerMcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is SqlServerMcp open source?
Yes — it is published under the MIT licence, written in C# and 0 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.