Skip to content
Zed

sqlsure for Zed

io.github.sqlsure/sqlsure

Semantic SQL inspector: catches double-counting, wrong joins, PII exposure before execution.

client:Zed transport:stdio runtime:pypi

Install sqlsure in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "sqlsure": {
      "command": "uvx",
      "args": [
        "sqlsure"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

sqlsure in other clients