MsSqlMCP

jdlemes/MsSqlMCP
★ 5 stars C# 🗄️ Database Updated 2mo ago
MCP to query SQL Server database schema, such as tables, columns, and relationships
View on GitHub →

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",
        "jdlemes/MsSqlMCP"
      ]
    }
  }
}