supabase-realtime-skill

0xquinto/supabase-realtime-skill
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Agent Skill + MCP server for Supabase Realtime/CDC: bounded subscription primitive that fits Edge Function isolate budgets, pgvector composition, eval-first methodology with pre-registered thresholds.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "supabase-realtime-sk": {
      "command": "npx",
      "args": [
        "-y",
        "0xquinto/supabase-realtime-skill"
      ]
    }
  }
}

README Excerpt

Agent Skill + MCP server that gives an LLM agent a **bounded primitive for reacting to Postgres row-changes** (and coordinating over Realtime broadcast channels) on Supabase. Deploys as an Edge Function. Ships pre-registered eval thresholds and four ADRs documenting the load-bearing tradeoffs. The headline pattern is **agent-watches-database**: the agent calls a tool that blocks until either `max_events` arrive *or* `timeout_ms` elapses, then returns the batch. No streaming protocol, no persiste

Tools (8)

agent_action_correctnessbroadcast_to_channeldescribe_table_changeslist_channelsmissed_events_ratespurious_trigger_ratesubscribe_to_channelwatch_table

Topics

agentagent-skillanthropiccdcclaudeedge-functionsevalmcppgvectorpostgresrealtimesupabase