Scherlok MCP Server

Your data broke in production. Again. Scherlok makes sure it doesn't happen next time. It runs locally over stdio via the published package.

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 9 · #47 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

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

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…

v0.8.0 · 2026-07-10

[0.8.0] - 2026-07-10 · Added · --explain - Claude-augmented alerts on watch, ci, check, dbt, and dbt-run-and-watch. When anomalies fire, one Anthropic API call per run (Claude Haiku 4.5 by default…

v0.7.0 · 2026-05-28

[0.7.0] - 2026-05-28 · Added · MCP server - pip install scherlok now ships a scherlok-mcp stdio server that exposes Scherlok to AI coding agents (Claude Code, Claude Desktop, …) as MCP tools: list_tables, investigate…

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 #47 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-10)
registry
io.github.rbmuller/scherlok (active, first published 2026-05-28)
packages
pypi:scherlok

06 · Scherlok FAQ

What is Scherlok?

Your data broke in production. Again. Scherlok makes sure it doesn't happen next time. It runs locally over stdio via the published package.

Is Scherlok still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 3 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 · Better Stack MCP

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