mcp-server-sql-analyzer

mcp-server-sql-analyzer

16

The "mcp-server-sql-analyzer" is a Model Context Protocol server designed for SQL analysis, allowing for validation, linting, and dialect conversion. It is particularly useful for ensuring SQL queries are syntactically valid and optimized for different database systems.

lint_sql

Verify the syntax of SQL query and return error message

transpile_sql

Convert SQL queries from one dialect to another

get_all_table_references

Extract tables and CTE references in a query

get_all_column_references

Analyze column references and their context in a query