Supabase
Where to get a Supabase project URL + service-role key, and how to connect them to Nora.Supabase integrations let your agents read/write Postgres tables, query auth users, manage storage buckets, and call edge functions through Supabase’s PostgREST/Realtime/Storage APIs. Nora authenticates with the project URL plus an anon or service-role key.
Where to apply for credentials
Supabase — Project API settings
- Project URL —
https://<ref>.supabase.co - anon (public) key — safe-ish to expose, respects Row-Level Security policies
- service_role key — bypasses RLS; treat as secret
Connect in Nora
Open the Supabase integration
From an agent’s detail page, open the Integrations tab and find Supabase.
Verify the connection
The Test button hits the same endpoint. 401 Invalid API key means the key is wrong; 404 means the URL is malformed.MCP server
A community MCP server exists:- Package:
@supabase/mcp-server-supabase - Docs: github.com/supabase-community/supabase-mcp
Environment variables Nora injects
| Variable | Source |
|---|---|
SUPABASE_SERVICE_ROLE_KEY | Anon/Service Key |
SUPABASE_URL | Project URL field |

