sqlsure for Cursor
io.github.sqlsure/sqlsure
Semantic SQL inspector: catches double-counting, wrong joins, PII exposure before execution.
client:Cursor
transport:stdio
runtime:pypi
Install sqlsure in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sqlsure": {
"type": "stdio",
"command": "uvx",
"args": [
"sqlsure"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs