supabase

claude-plugins-official

databaseClaude Codeby anthropics

Summary

Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run SQL queries, and interact with your backend directly.

Install to Claude Code

/plugin install supabase@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

Supabase Agent Plugin

Official Supabase plugin distribution repo for Claude Code, Cursor, Codex, GitHub Copilot, and Gemini. It bundles:

> Want to contribute? Read CONTRIBUTING.md first.

  • skills/supabase for general Supabase product guidance
  • skills/supabase-postgres-best-practices for Postgres performance and schema guidance
  • vendor-specific plugin manifests and MCP adapters for each supported surface

Repository Structure

Shared across all vendors:

  • skills/ — vendored skill files consumed by all surfaces
  • assets/ — shared assets (logo, etc.)

Per-vendor plugin manifests and MCP adapters:

| Vendor | Supported | |----------------|-----------| | Claude Code | ✓ | | Cursor | ✓ | | Codex | ✓ | | GitHub Copilot | ✓ | | Gemini | ✓ |

Notes

  • The root skills/ directory must contain real files. Do not switch it back to a symlink or submodule-backed path.
  • Skills are synced automatically from supabase/agent-skills releases via .github/workflows/sync-agent-skills.yml. The workflow is triggered by the release pipeline in supabase/agent-skills and opens a PR here with the updated skill files.

Related plugins

Browse all →