54
/ 100
1 month ago
glama

n8n MCP Backup Server

Enables AI assistants to back up, list, and restore n8n workflows and PostgreSQL databases via natural language, using S3-compatible storage for backups.

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.
🔐
You'll be asked for 3 credentials: N8N_API_KEY, S3_SECRET_ACCESS_KEY, PG_PASSWORD
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.
configN8N_URLoptional n8n base URL (default: http://n8n:5678)
🔐 secretN8N_API_KEY✅ n8n API key (Settings → n8n API → Create)
configS3_ENDPOINToptional S3 endpoint (default: http://garage:3900)
configS3_REGIONoptional S3 region (default: us-east-1)
configS3_ACCESS_KEY_IDCopy the generated key ID and secret into your .env as and S3_SECRET_ACCESS_KEY, then restart:
🔐 secretS3_SECRET_ACCESS_KEYCopy the generated key ID and secret into your .env as S3_ACCESS_KEY_ID and , then restart:
configS3_BUCKEToptional Bucket for n8n backups (default: n8n-backup)
configS3_BUCKET_POSTGRESoptional Bucket for Postgres backups (default: postgres-backup)
configPG_HOSToptional Postgres host (default: postgres)
configPG_PORToptional Postgres port (default: 5432)
configPG_DB
configPG_USER
🔐 secretPG_PASSWORD
// 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 6 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/tameemalkadiki-n8n-mcp-backup-1yvr1m)](https://m8ven.ai/mcp/tameemalkadiki-n8n-mcp-backup-1yvr1m)
commit: 6e7ee364f9cc7208f9770f0e2f881f664200b024
code hash: 826162dbce794d24b340ec85be697e627b6a7b36a8827383ac01f9b8d31563fe
verified: 6/26/2026, 9:39:47 AM
view raw JSON →