Skip to content
Cline

SQL Server MCP (macOS) for Cline

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

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

client:Cline transport:stdio runtime:npm

Install SQL Server MCP (macOS) in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

SQL Server MCP (macOS) in other clients