T-SQL Analyzer
Rank #2,229io.github.ErikEJ/SqlServer.Rules
Analyze T-SQL scripts for design, naming, and performance issues and prevent bad practices.
T-SQL Analyzer is a Model Context Protocol (MCP) server published by ErikEJ. It ranks #2,229 of 132,896 servers tracked on MCP Toplist, and its repository has 240 GitHub stars. T-SQL Analyzer is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 11, 2025 and most recently updated on Jul 29, 2026.
Ranks ahead of 130,667 of 132,896 servers on MCP Toplist.
Use T-SQL Analyzer
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rules -- dnx ErikEJ.DacFX.TSQLAnalyzer.Cli -mcp[mcp_servers.rules]
command = "dnx"
args = ["ErikEJ.DacFX.TSQLAnalyzer.Cli", "-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rules": {
"command": "dnx",
"args": [
"ErikEJ.DacFX.TSQLAnalyzer.Cli",
"-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rules": {
"command": "dnx",
"args": [
"ErikEJ.DacFX.TSQLAnalyzer.Cli",
"-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rules": {
"type": "stdio",
"command": "dnx",
"args": [
"ErikEJ.DacFX.TSQLAnalyzer.Cli",
"-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rules": {
"command": "dnx",
"args": [
"ErikEJ.DacFX.TSQLAnalyzer.Cli",
"-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rules": {
"command": "dnx",
"args": [
"ErikEJ.DacFX.TSQLAnalyzer.Cli",
"-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ErikEJ%2FSqlServer.Rules)<a href="https://mcptoplist.com/server/io.github.ErikEJ%2FSqlServer.Rules"><img src="https://mcptoplist.com/badge/io.github.ErikEJ%2FSqlServer.Rules.svg" alt="MCP Toplist: Top 5% of 132,896" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ErikEJ
Available versions (1)
| Version | Published |
|---|---|
| 1.0 | Jul 29, 2026 |
Frequently asked questions
- Who maintains T-SQL Analyzer?
- T-SQL Analyzer is maintained by ErikEJ, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is T-SQL Analyzer listed on the Official MCP Registry?
- Yes — T-SQL Analyzer is listed on the Official MCP Registry, alongside Glama.
- How many versions does T-SQL Analyzer have?
- MCP Toplist tracks 1 version of T-SQL Analyzer, most recently published on Jul 29, 2026.
- Where can I find the source code for T-SQL Analyzer?
- The source code for T-SQL Analyzer is hosted at github.com/ErikEJ/SqlServer.Rules.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.