sqlsure for Windsurf
io.github.sqlsure/sqlsure
Semantic SQL inspector: catches double-counting, wrong joins, PII exposure before execution.
client:Windsurf
transport:stdio
runtime:pypi
Install sqlsure in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"sqlsure": {
"command": "uvx",
"args": [
"sqlsure"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs