Skip to content
Claude Desktop

sqlai.dev SQL Verifier for Claude Desktop

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

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

client:Claude Desktop transport:streamable-http tools:5

Install sqlai.dev SQL Verifier in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "sqlai-dev-sql-verifier": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.sqlai.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

sqlai.dev SQL Verifier in other clients