Skip to content
Cursor

Scherlok for Cursor

io.github.rbmuller/scherlok

Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.

client:Cursor transport:stdio runtime:pypi

Install Scherlok 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": {
    "scherlok": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scherlok"
      ],
      "env": {
        "SCHERLOK_CONNECTION": "<SCHERLOK_CONNECTION>"
      }
    }
  }
}

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

Scherlok in other clients