MCP Server
MCP
Scherlok
Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.
Install
uvx scherlok
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "scherlok",
"version": "0.7.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Warehouse connection string (postgresql://, bigquery://, snowflake://, mysql://, duckdb:///path). Resolved server-side; never passed by the model.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SCHERLOK_CONNECTION"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment