Scherlok for VS Code
io.github.rbmuller/scherlok
Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.
client:VS Code
transport:stdio
runtime:pypi
Install Scherlok in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "scherlok-connection",
"description": "SCHERLOK_CONNECTION",
"password": true
}
],
"servers": {
"scherlok": {
"type": "stdio",
"command": "uvx",
"args": [
"scherlok"
],
"env": {
"SCHERLOK_CONNECTION": "${input:scherlok-connection}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs