developer tools

Mcp Server Sql Analyzer

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

python
developer tools
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

j4c0bs/mcp-server-sql-analyzer

MCP server that provides SQL analysis, linting, and dialect conversion using SQLGlot

GitHub: https://github.com/j4c0bs/mcp-server-sql-analyzer

Need More Details?

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

View Full Documentation on GitHub