Skip to content
VS Code

mssql for VS Code

io.github.connorbritain/mssql

MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL

client:VS Code transport:stdio runtime:npm

Install mssql in VS Code

.vscode/mcp.json

{
  "servers": {
    "mssql": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-server"
      ]
    }
  }
}

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

mssql in other clients