j4c0bs/mcp-server-sql-analyzer
MCP server for SQL static analysis.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-sql-analyzer": {
"command": "npx",
"args": [
"-y",
"mcp-server-sql-analyzer"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server that provides SQL analysis, linting, and dialect conversion capabilities using SQLGlot.
The SQL Analyzer MCP server provides tools for analyzing and working with SQL queries. It helps with:
As an AI assistant, this server enhances my ability to help users work with SQL efficiently by:
This toolset allows me to provide more accurate and helpful SQL-related assistance while reducing the risk of syntax errors or dialect-specific issues.
Update your personal preferences in Claude Desktop settings to request that generated SQL is first validated using the lint_sql tool.
Loading reviews...