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