supabase-integration
Installation
SKILL.md
Supabase Integration for Mem0 OSS
Complete guide for setting up Supabase as the backend for Mem0 Open Source (self-hosted) mode, including PostgreSQL schema with pgvector, RLS policies for security, and production-ready configurations.
Instructions
Phase 1: Supabase Project Setup
Prerequisites Check:
-
Verify Supabase is initialized:
bash scripts/verify-supabase-setup.sh -
If not initialized, set up Supabase first:
- Run
/supabase:initcommand - Note down project ID and connection details
- Obtain connection string from Supabase dashboard
- Run