SQL Server MCP (Windows) for VS Code
io.github.tharanabope/sql-server-mcp
SQL Server MCP with RAG capabilities for Windows (native ODBC support)
client:VS Code
transport:stdio
runtime:npm
Install SQL Server MCP (Windows) in VS Code
.vscode/mcp.json
{
"servers": {
"sql-server-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tharanabopearachchi/sql-server-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs