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
Installation
npx -y j4c0bs/mcp-server-sql-analyzerConfiguration
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
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub