69
/ 100
7 days ago
glama

sql-steward

A governed SQL gateway that exposes typed tools to AI agents, compiling safe read-only queries from a semantic layer while blocking PII before execution, supporting SQL Server, Postgres, and SQLite.

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.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSQL_STEWARD_EMBED_URLexport =http://localhost:11434/api/embeddings # local embeddings for semantic_search
configSQL_STEWARD_EMBED_MODELexport =nomic-embed-text
configSQL_STEWARD_POLICYexport =/path/to/policy.yaml # query-warden second-pass role check
configSQL_STEWARD_ROLEexport =analyst
configSQL_STEWARD_MASKexport =1 # pii-veil masks anything left in results
configSQL_STEWARD_MASK_COLUMNS
configSQL_STEWARD_QUERY_BUDGETexport =200 # hard cap on queries per role per session
configSQL_STEWARD_AUDIT
configSQL_STEWARD_AUDIT_DBexport =logs/steward.db # agent-blackbox audit chain (on if installed)
configSQL_STEWARD_ACTOR
configSQL_STEWARD_LAYERservers.yaml lives wherever you point . Claude Desktop (claude_desktop_config.json):
configSQL_STEWARD_DB_URL"": "postgresql+psycopg://readonly@db.internal/warehouse"
// 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 5 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/pawansingh3889-sql-steward-1vp113)](https://m8ven.ai/mcp/pawansingh3889-sql-steward-1vp113)
commit: 3397a0dd6328513f869faaca228362a7b1756e2d
code hash: 9a3542db728ec435f469921755d5cb391ade2221863b509154b06eca68050efe
verified: 6/19/2026, 10:53:36 AM
view raw JSON →