{"id":"coleam00-supabase-mcp","name":"supabase-mcp","af_score":44.0,"security_score":45.5,"reliability_score":28.8,"what_it_does":"Provides an MCP (Model Context Protocol) server (Python, Docker) that exposes tools for CRUD operations on tables in a Supabase database using SUPABASE_URL and a SUPABASE_SERVICE_KEY.","best_when":"You control the Supabase project and table permissions (ideally via RLS) and you run the MCP server in a trusted environment where the service key can be protected.","avoid_when":"You cannot safely protect SUPABASE_SERVICE_KEY or you need strong guardrails against accidental/unsafe writes/deletes.","last_evaluated":"2026-03-30T13:38:24.997777+00:00","has_mcp":true,"has_api":false,"auth_methods":["SUPABASE_SERVICE_KEY via environment variable"],"has_free_tier":false,"known_gotchas":["Service-role key is powerful; an agent can potentially write/delete data if not constrained (no explicit guardrails/allowlists mentioned).","Filter semantics and supported operators are not specified in the README; agents may need schema awareness.","Pagination is via limit/offset, which may be less reliable under concurrent updates than cursor-based pagination.","No documented retry/idempotency behavior for create/update/delete operations."],"error_quality":0.0}