Skip to content
Zed

SQL Server MCP (Windows) for Zed

io.github.tharanabope/sql-server-mcp

SQL Server MCP with RAG capabilities for Windows (native ODBC support)

client:Zed transport:stdio runtime:npm

Install SQL Server MCP (Windows) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "sql-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SQL Server MCP (Windows) in other clients