Skip to content
VS Code

SQL Server MCP (macOS) for VS Code

io.github.tharanabope/sql-server-mcp-macos

SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)

client:VS Code transport:stdio runtime:npm

Install SQL Server MCP (macOS) in VS Code

.vscode/mcp.json

{
  "servers": {
    "sql-server-mcp-macos": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp-macos"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SQL Server MCP (macOS) in other clients