Skip to content
VS Code

sqlai.dev SQL Verifier for VS Code

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

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

client:VS Code transport:streamable-http tools:5

Install sqlai.dev SQL Verifier in VS Code

.vscode/mcp.json

{
  "servers": {
    "sqlai-dev-sql-verifier": {
      "type": "http",
      "url": "https://mcp.sqlai.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

sqlai.dev SQL Verifier in other clients