Skip to content
Cursor

sqlai.dev SQL Verifier for Cursor

io.github.jadesparrow/sqlai-dev-sql-verifier

Executes SQL in a real ephemeral database: rows, typed errors with suggestions, plans, diffs.

client:Cursor transport:streamable-http tools:5

Install sqlai.dev SQL Verifier in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sqlai-dev-sql-verifier": {
      "url": "https://mcp.sqlai.dev/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

sqlai.dev SQL Verifier in other clients