Server data from the Official MCP Registry
Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.
Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.
Scherlok is a data quality monitoring tool with generally sound architecture and appropriate security practices. Authentication and authorization are properly delegated to database connectors, and credentials are stored via environment variables rather than hardcoded. However, there are moderate concerns around input validation on webhook URLs, SQL query construction patterns that could be vulnerable to injection, and subprocess execution in the dbt-run-and-watch command without full validation. Permissions are well-scoped to the tool's purpose (database read-only access, network for webhooks/alerts, file I/O for local store). Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 18 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SCHERLOK_CONNECTION
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rbmuller-scherlok": {
"env": {
"SCHERLOK_CONNECTION": "your-scherlok-connection-here"
},
"args": [
"scherlok"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.