71
/ 100
21 days ago
glama

sqlproctor

Enables deterministic semantic verification of agent-generated SQL queries against a git-versioned contract, blocking incorrect queries and returning structured feedback for self-correction.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: SQLPROCTOR_LLM_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSQLPROCTOR_SCHEMA
configSQLPROCTOR_CONTRACTexport =contracts/your_warehouse.yml
configSQLPROCTOR_DB
configSQLPROCTOR_DIALECTexport =tsql # match the upstream (e.g. SQL Server)
configSQLPROCTOR_LLM_PROVIDERexport =openrouter SQLPROCTOR_LLM_MODEL=z-ai/glm-5.2
configSQLPROCTOR_LLM_MODELexport SQLPROCTOR_LLM_PROVIDER=openrouter =z-ai/glm-5.2
configSQLPROCTOR_LLM_TEMPERATURE
configSQLPROCTOR_LLM_MAX_TOKENS
configSQLPROCTOR_LLM_EFFORT
configSQLPROCTOR_LLM_BASE_URL
🔐 secretSQLPROCTOR_LLM_API_KEY
configSQLPROCTOR_LEDGER
configSQLPROCTOR_UPSTREAM_CMDexport ="python -m your_database_mcp" # the upstream stdio server
configSQLPROCTOR_UPSTREAM_TOOLexport =query # its SQL tool (default: query)
configSQLPROCTOR_UPSTREAM_SQL_ARGexport =sql # that tool's SQL arg (default: sql)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/debabsah-sqlproctor-6pcqt7)](https://m8ven.ai/mcp/debabsah-sqlproctor-6pcqt7)
commit: 20525945159ac5d7c4af5df72d986257945bac55
code hash: ff977b2e767790c90190083283c167ce47fe18408bc727d9859b792496e38584
verified: 7/10/2026, 10:08:26 AM
view raw JSON →