Sqlserver.rules is a Model Context Protocol (MCP) server: Analyze T-SQL scripts for design, naming, and performance issues and prevent bad practices. In practice that means any MCP-compatible AI assistant can call Sqlserver.rules's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the NuGet package ErikEJ.DacFX.TSQLAnalyzer.Cli speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v1.0, published under the MIT license, with source at ErikEJ/SqlServer.Rules on GitHub, where it has earned 240 stars.
Sqlserver.rules is listed under Database on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain Sqlserver.rules for ErikEJ, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸NuGet package — ErikEJ.DacFX.TSQLAnalyzer.Cli · MCP over stdio
▸Open source — MIT license · ErikEJ/SqlServer.Rules