sql-mcp

ustabar/sql-mcp
★ 8 stars C# 🗄️ Database Updated 8d ago
SQL MCP Application - A Model Context Protocol server for SQL queries
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": {
      "command": "npx",
      "args": [
        "-y",
        "ustabar/sql-mcp"
      ]
    }
  }
}