mcpbeat Sign in

SqlServer Rules MCP Server

local only

SqlServer Rules runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

Analyze T-SQL scripts for design, naming, and performance issues and prevent bad practices.

Installs / week
not published
241
Stars
2 open issues
14 Sep 2026
Last commit
from GitHub
MIT
License
C#

What the code does

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

                        Process.Start(new ProcessStartInfo(downloadUrl) { UseShellExecute = true });
Runs an external command vscode-extension/src/client.ts:112
        const child = cp.spawn(this.options.command, this.options.args, {

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 SqlServer Rules

same job, measured the same way
Query Forge
by evozim

Enterprise SQL query optimizer and performance analyzer.

answering
MCP Server Motherduck
by motherduckdb

SQL analytics and data engineering for AI Assistants and IDEs

4 435 installs/wk local only
SQL Server Analyst MCP
by coregentdevspace

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

25 installs/wk local only
DBeast PostgreSQL MCP
by snss10

PostgreSQL MCP server for schema, query, health, security, and performance analysis.

local only
I
pgtriage
by pgtriage

MCP server for PostgreSQL performance auditing with actionable SQL fixes.

52 installs/wk local only
Fincontext
by fincontext

Read-only bank & investment accounts via Plaid: balances, holdings, transactions, SQL analytics.

answering
Sqemo
by sqemo

Design ERDs with your team's naming standards: query/edit entities and relationships, SQL/DBML

74 installs/wk local only
Parseium
by parseium

Web scraping runtime for agents: parsers, scrapes, batches, crons, and SQL databases.

answering

SqlServer Rules — questions

Answers built from our own checks of this server.

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