MssqlMcp

dhhieu113pro/MssqlMcp
★ 0 stars C# Code/Dev Tools Updated today
MCP server for Microsoft SQL Server, built with .NET 10 and available as a NuGet dnx tool.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mssqlmcp": {
      "command": "npx",
      "args": [
        "-y",
        "dhhieu113pro/MssqlMcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io/) server for SQL Server, built with the official **MCP C# SDK 2.0** (`ModelContextProtocol`) and `Microsoft.Data.SqlClient`, over **stdio**. Requires the .NET 10 SDK. Run the latest published package directly from NuGet.org: ```powershell dnx [email protected] --yes

Tools (5)

check_slow_queryexecute_get_query_dataexecute_insert_update_dataget_table_columnsget_table_list