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