Scherlok MCP Server

Zero-config anomaly detection for your database tables. No YAML, no rules, no thresholds. Scherlok learns what "normal" looks like, then tells you when something changes. It runs locally over stdio via the published package.

People who work with anomaly detection, bigquery and data engineering and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 9 · #51 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Scherlok

before you install - you'll need

Set SCHERLOK_CONNECTION, ANTHROPIC_API_KEY, SCHERLOK_SMTP_HOST, SCHERLOK_SMTP_USER, SCHERLOK_SMTP_PASSWORD, SNOWFLAKE_USER, SNOWFLAKE_PASSWORD, SNOWFLAKE_WAREHOUSE before connecting.

Claude Code

claude mcp add rbmuller-scherlok -- uvx scherlok

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rbmuller-scherlok": {
      "command": "uvx",
      "args": [
        "scherlok"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package scherlok - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.rbmuller is GitHub-verified and matches the repo owner

03 · What Scherlok can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.1 · 2026-09-17

[1.0.1] - 2026-09-17 · Fixed · PyPI release - v1.0.0 was tagged and released on GitHub but never reached PyPI: the tag still carried version = "0.9.0" in pyproject.toml, so the publish job tried to re-upload 0.9.0 and…

v1.0.0 · 2026-09-03

Scherlok 1.0.0 · Scherlok's public API is now stable. This release marks CLI commands, the detector pipeline, dbt package, MCP server, and --explain integration as production-ready. · Highlights · Adaptive historical…

v0.9.0 · 2026-08-10

Added · dbt package - Scherlok is now installable as a native dbt package via the dbt Package Hub (package: rbmuller/scherlok). Includes 4 instant tests (not_null_proportion, row_count_between, recency…

04 · Who maintains Scherlok

Scherlok is maintained by rbmuller. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
DevOps & monitoring - ranked #51 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-17)
registry
io.github.rbmuller/scherlok (active, first published 2026-05-28 · 2 versions)
packages
pypi:scherlok

06 · Scherlok FAQ

What is Scherlok?

Zero-config anomaly detection for your database tables. No YAML, no rules, no thresholds. Scherlok learns what "normal" looks like, then tells you when something changes. It runs locally over stdio via the published package.

Is Scherlok still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Scherlok?

Run `uvx scherlok`. The README documents 8 environment variables (SCHERLOK_CONNECTION, ANTHROPIC_API_KEY, SCHERLOK_SMTP_HOST…) to set first. Set SCHERLOK_CONNECTION, ANTHROPIC_API_KEY, SCHERLOK_SMTP_HOST, SCHERLOK_SMTP_USER, SCHERLOK_SMTP_PASSWORD, SNOWFLAKE_USER, SNOWFLAKE_PASSWORD, SNOWFLAKE_WAREHOUSE before connecting. You can also paste the ready-made client config above.

Does Scherlok run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Scherlok

More DevOps & monitoring MCP servers · Guardian · SandBase Harness · Kafka Sentinel · Scout MCP Local · Rlg MCP

More Python MCP servers · RCSB PDB · SQL Benchmarks Lab · Recall · Red Hat Lightspeed MCP · Reef API · see all