MCP Servers / development / SQLFluff Analyzer

SQLFluff Analyzer

JSON →
httpnonedevelopment

Analyze, lint, and fix SQL queries using the SQLFluff linter.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: sqlfluff-analyzer
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
SQLFluff Analyzer — MCP Server · libregistry