Scherlok
Rank #4,861io.github.rbmuller/scherlok
Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.
Scherlok is a Model Context Protocol (MCP) server published by rbmuller. It ranks #4,861 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Scherlok is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Apr 27, 2026 and most recently updated on Sep 18, 2026.
Ranks ahead of 127,185 of 132,046 servers on MCP Toplist.
Use Scherlok
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add scherlok -e "SCHERLOK_CONNECTION=<your SCHERLOK_CONNECTION>" -- uvx scherlokReplace each placeholder with your own value before saving.
[mcp_servers.scherlok]
command = "uvx"
args = ["scherlok"]
[mcp_servers.scherlok.env]
SCHERLOK_CONNECTION = "<your SCHERLOK_CONNECTION>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scherlok": {
"command": "uvx",
"args": [
"scherlok"
],
"env": {
"SCHERLOK_CONNECTION": "<your SCHERLOK_CONNECTION>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scherlok": {
"command": "uvx",
"args": [
"scherlok"
],
"env": {
"SCHERLOK_CONNECTION": "<your SCHERLOK_CONNECTION>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"scherlok": {
"type": "stdio",
"command": "uvx",
"args": [
"scherlok"
],
"env": {
"SCHERLOK_CONNECTION": "<your SCHERLOK_CONNECTION>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scherlok": {
"command": "uvx",
"args": [
"scherlok"
],
"env": {
"SCHERLOK_CONNECTION": "<your SCHERLOK_CONNECTION>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scherlok": {
"command": "uvx",
"args": [
"scherlok"
],
"env": {
"SCHERLOK_CONNECTION": "<your SCHERLOK_CONNECTION>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rbmuller%2Fscherlok)<a href="https://mcptoplist.com/server/io.github.rbmuller%2Fscherlok"><img src="https://mcptoplist.com/badge/io.github.rbmuller%2Fscherlok.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
rbmuller
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Sep 18, 2026 |
| 1.0.1 | Sep 17, 2026 |
| 0.7.0 | May 28, 2026 |
Frequently asked questions
- Who maintains Scherlok?
- Scherlok is maintained by rbmuller, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Scherlok listed on the Official MCP Registry?
- Yes — Scherlok is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Scherlok have?
- MCP Toplist tracks 3 versions of Scherlok, most recently published on Sep 18, 2026.
- Where can I find the source code for Scherlok?
- The source code for Scherlok is hosted at github.com/rbmuller/scherlok.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.