← Back to Plugins
MCP Server MCP

Scherlok

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...