Skip to content
Cline

sql-steward for Cline

io.github.pawansingh3889/sql-steward

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

client:Cline transport:stdio runtime:pypi

Install sql-steward in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "sql-steward": {
      "command": "uvx",
      "args": [
        "sql-steward"
      ],
      "env": {
        "SQL_STEWARD_DB_URL": "<SQL_STEWARD_DB_URL>",
        "SQL_STEWARD_LAYER": "<SQL_STEWARD_LAYER>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

sql-steward in other clients