Skip to content

SQL Server MCP (macOS) for Zed

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

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

client:Zed transport:stdio runtime:npm

Install SQL Server MCP (macOS) in Zed

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

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

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

SQL Server MCP (macOS) in other clients