Skip to content
Cursor

sql-steward for Cursor

io.github.pawansingh3889/sql-steward

The agent never writes SQL: queries compile from a semantic layer you control, PII refused first.

client:Cursor transport:stdio runtime:pypi

Install sql-steward 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": {
    "sql-steward": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sql-steward"
      ],
      "env": {
        "SQL_STEWARD_DB_URL": "<SQL_STEWARD_DB_URL>",
        "SQL_STEWARD_LAYER": "<SQL_STEWARD_LAYER>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sql-steward in other clients