SqlReadonlyMcpServer

meghuizen/SqlReadonlyMcpServer
★ 0 stars C# 🗄️ Database Updated 1d ago
The whole intent of this server is to provide read‑only access to a SQL Server database or Azure SQL Database.
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": {
    "sqlreadonlymcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "meghuizen/SqlReadonlyMcpServer"
      ]
    }
  }
}