Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

sqlglass in other clients