sql-mcp-server

rafsan-huseynov/sql-mcp-server
★ 0 stars Dockerfile 🗄️ Database Updated today
Connect Copilot Studio to Azure SQL Database using SQL MCP Server (Data API builder)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sql-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rafsan-huseynov/sql-mcp-server"
      ]
    }
  }
}