Databases
Trust: 28/100 (Limited)SQL Server MCP (macOS) Guide
SQL Server MCP with RAG capabilities for macOS (Docker SQL Server support)
1 starsby TharanaBope
Quick Start
Install
npx @tharanabopearachchi/sql-server-mcp-macosClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-tharanabope-sql-server-mcp-macos": {
"command": "npx",
"args": [
"@tharanabopearachchi/sql-server-mcp-macos"
]
}
}
}