SQLFluff Analyzer
JSON →Analyze, lint, and fix SQL queries using the SQLFluff linter.
Install
npx @modelcontextprotocol/inspector Tools · 3
- lint_sql Lint SQL query and return syntax errors. Some syntax errors are not detected by the parser like trailing commas.
- fix_sql Fix SQL query and return the fixed version.
- parse_sql Parse SQL query and return the parsed tree.