j4c0bs/mcp-server-sql-analyzer
MCP server that provides SQL analysis, linting, and dialect conversion using [SQLGlot](https://github.com/tobymao/sqlglot)
Quick Start
Clone the repository:
git clone https://github.com/j4c0bs/mcp-server-sql-analyzerClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-sql-analyzer": {
"command": "npx",
"args": [
"-y",
"j4c0bs/mcp-server-sql-analyzer"
]
}
}
}Check the repository README for specific installation and configuration instructions.