developer tools

Mcp Server Sql Analyzer

MCP server that provides SQL analysis, linting, and dialect conversion using [SQLGlot](https://github.com/tobymao/sqlglot)

0
View on GitHub

Installation

npx -y j4c0bs/mcp-server-sql-analyzer

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-server-sql-analyzer",
  "command": "npx",
  "args": [
    "-y",
    "j4c0bs/mcp-server-sql-analyzer"
  ]
}

About This MCP Server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub

Related MCPs

View all →