SQL Server MCP (macOS) for Cursor
io.github.tharanabope/sql-server-mcp-macos
SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)
client:Cursor
transport:stdio
runtime:npm
Install SQL Server MCP (macOS) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sql-server-mcp-macos": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tharanabopearachchi/sql-server-mcp-macos"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs