74
/ 100
29 days ago
glama

mcp-backend

MCP server providing backend access to PostgreSQL, Storage (Supabase/S3), Iceberg data lake, and SQL seeds. It offers 32 tools for database queries, storage operations, seed management, and more.

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 6 credentials: AWS_SECRET_ACCESS_KEY, CATALOG_TOKEN, ICEBERG_TOKEN, STORAGE_SECRET_ACCESS_KEY, SUPABASE_PUBLISHABLE_KEY, SUPABASE_SECRET_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.
configAWS_ACCESS_KEY_IDS3-compatible access key
🔐 secretAWS_SECRET_ACCESS_KEYS3-compatible secret key
configBACKEND_MODEsupabase (full) or postgres (DB + S3 storage)
🔐 secretCATALOG_TOKEN
configCATALOG_URIIceberg REST Catalog URI
configDB_URL
configICEBERG_NAMESPACEIceberg namespace (default: audit)
🔐 secretICEBERG_TOKENBearer token for Iceberg catalog
configICEBERG_WAREHOUSEIceberg warehouse name
configPOSTGRES_URLPostgreSQL connection string
configS3_ENDPOINTS3-compatible endpoint URL
configSTORAGE_ACCESS_KEY_IDS3 access key (postgres mode)
configSTORAGE_BUCKETDefault S3 bucket name (postgres mode)
configSTORAGE_ENDPOINT_URLS3-compatible endpoint (required in postgres mode)
configSTORAGE_REGIONS3 region (default: us-east-1)
🔐 secretSTORAGE_SECRET_ACCESS_KEYS3 secret key (postgres mode)
🔐 secretSUPABASE_PUBLISHABLE_KEYSupabase anon/publishable key (supabase mode)
🔐 secretSUPABASE_SECRET_KEYSupabase service role key (supabase mode)
configSUPABASE_SERVICE_ROLE_JWT
configSUPABASE_URLSupabase project URL (required in supabase mode)
// 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/natuleadan-mcp-backend-iziwfa)](https://m8ven.ai/mcp/natuleadan-mcp-backend-iziwfa)
commit: 47bda96f539e323c302df1e6210076b98d73dd44
code hash: 724d457c1dce00b47b937822594b052b743869efd42573bb9e412bf580d2c2a6
verified: 6/12/2026, 10:34:25 AM
view raw JSON →