SQL Analyzer
JSON →Analyze, lint, and convert SQL dialects using SQLGlot.
Install
npx @modelcontextprotocol/inspector Tools · 4
- lint_sql Validates SQL query syntax and returns any errors
- transpile_sql Converts SQL between different dialects
- get_all_table_references Extracts table and CTE references from SQL
- get_all_column_references Extracts column references with table context
Links
★ 30 GitHub stars