Skip to content
Claude Desktop

sql-steward for Claude Desktop

io.github.pawansingh3889/sql-steward

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

client:Claude Desktop transport:stdio runtime:pypi

Install sql-steward in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

sql-steward in other clients