SQL formatting, schema visualization, migration generation
MCP server providing SQL and database tools for AI agents. All analysis is performed on SQL text — no actual database connection required. Format and prettify SQL queries with proper indentation, uppercased keywords, and aligned columns. Supports MySQL, PostgreSQL, and SQLite syntax. Take a SQL query and explain what it does in plain English, step by step. Identifies query type, tables, columns,…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server providing SQL and database tools for AI agents. All analysis is performed on SQL text — no actual database connection required. Format and prettify SQL queries with proper indentation, uppercased keywords, and aligned columns. Supports MySQL, PostgreSQL, and SQLite syntax. Take a SQL query and explain what it does in plain English, step by step. Identifies query type, tables, columns, conditions, and provides optimization tips. Parse CREATE TABLE statements to extract tables,…