← All documents · Download PDF
How to connect an MCP-capable AI assistant ("Bento") to the NIE systems so you can safely make changes after handoff — edit the automation flows, the website code, the database, and the CRM. Written tool-generically: the URLs/keys below apply whatever the assistant; the exact "add a connector" screen is Bento-specific.
| System | Connect via | Lets you |
|---|---|---|
| n8n (automation flows W01–W22) | n8n MCP | list / read / edit / validate / deploy workflows |
| Website code | GitHub repo | change checkout, emails, affiliate, pages |
| Supabase (database) | Supabase MCP or a PAT | read schema, run SQL, add migrations |
| Notion (CRM) | Notion integration | read / update the orders board |
https://n8n.nieexpertsspain.com{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": ["n8n-mcp"],
"env": {
"N8N_API_URL": "https://n8n.nieexpertsspain.com",
"N8N_API_KEY": "<your n8n API key>"
}
}
}
}03-flow-catalog.md.validate before you
activate. Snapshot the workflow JSON first so you can restore.https://github.com/nieexpertsspain/nie-experts-siterepo
scope, or the gh CLI signed into the
nieexpertsspain org).main (project nie-experts-site,
team Node AI). So the change workflow is:
main → Vercel deploys
automatically.06-env-secrets.md.kbmvtawsdhmzjnsonazr
(region eu-west-1).https://supabase.com/dashboard/account/tokens.01-data-model.md.supabase/migrations/ (e.g.
20260701120000_<name>.sql) so the change is tracked
and reproducible — see the D2 RLS migration as a template.36dfd253-5094-80ae-83e3-fdd8a10425c4).https://www.notion.so/my-integrations, copy its token, then
share the database with that integration (Notion → the
DB → ⋯ → Connections → add it).04-integrations.md.sk_test_/sk_live_ prefix — see
07-go-live-checklist.md. Don't touch live Stripe keys for
routine changes.main → auto-deploy → verify. Small, reviewable
commits.00–08,
AUDIT-FINDINGS).| Credential | Where |
|---|---|
| n8n API key | n8n → Settings → n8n API |
| GitHub access | GitHub org nieexpertsspain (connector or PAT,
repo scope) |
| Supabase PAT | supabase.com/dashboard/account/tokens |
| Notion token | notion.so/my-integrations (then share the DB) |
| Vercel env vars | Vercel → project nie-experts-site → Settings →
Environment Variables |
main — treat main
as production.07).AUDIT-FINDINGS.md.