SIXTA Connect

Created By
21 days ago
DBRE-grade SQL analysis inside any MCP client. No connection, no install: paste a query, an EXPLAIN plan, a migration, or an error and get named findings with severity, rationale, and ready-to-run fixes for PostgreSQL and MySQL.
Overview

SIXTA Connect: DBRE-grade SQL analysis in any MCP client

Paste a slow query, an EXPLAIN plan, a migration, a database error, or a deadlock dump and get back named findings, a severity, the rationale, and a ready-to-run fix. For PostgreSQL and MySQL. No database connection, no agent, no install: it analyzes only what you paste, in memory, and discards it.

Think of it as the database engineer you'd call at 11pm, on demand, living inside your editor.

What it catches

  • Result-changing bugs: NOT IN (subquery) with NULLs, = NULL, inequality filters that silently drop rows, a LEFT JOIN filtered in WHERE, self-comparison, non-deterministic DISTINCT ON.
  • Index-defeating patterns: functions / casts / implicit conversions on filtered columns, leading-wildcard LIKE, ORDER BY RAND(), deep OFFSET.
  • Migration safety: exactly which ALTER locks the table on your specific MySQL / PostgreSQL version (INSTANT vs INPLACE vs COPY), with a safe online-change alternative.
  • Plus: EXPLAIN plans, deadlock dumps, redundant indexes, slow-query logs, N+1 patterns, error codes, and a static security / compliance review.

Tools (all read-only)

Analyze query, analyze schema change, explain plan, explain deadlock, find redundant indexes, review security, explain error code, detect N+1, rewrite query, digest slow-query log, diagnose, quickstart, health check.

Add it

Remote MCP server (Streamable HTTP):

{ "mcpServers": { "sixta": { "url": "https://connect.sixta.ai/mcp" } } }

Server Config

{
  "mcpServers": {
    "sixta": {
      "url": "https://connect.sixta.ai/mcp"
    }
  }
}
Project Info
Created At
21 days ago
Updated At
21 days ago
Author Name
-
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Teardrop

11 days ago