sqlglass for Cursor
io.github.s-curvelabs/sqlglass
SQL Server / Azure SQL for agents: real schema, lint, read-only runs, plans, write previews.
client:Cursor
transport:stdio
runtime:pypi
Install sqlglass in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sqlglass": {
"type": "stdio",
"command": "uvx",
"args": [
"sqlglass"
],
"env": {
"SQLGLASS_CONFIG": "<SQLGLASS_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs