Back to the catalog

supabase

Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run S

Open source Open in the app JSON README (API)

About

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.

Details

Kind
Plugins
Topic
Databases
Publisher
supabase-community
Origin
marketplace
Category
ferramentas
Stars
17
Forks
7
Open pull requests
2
Last push
2026-09-02T23:20:07Z
Repository state
ativo
Added
2026-08-30 01:48:58
Updated
2026-09-08 16:04:04
Origin id
supabase-community/supabase-plugin/supabase

README

# Supabase Agent Plugin

Official Supabase plugin distribution repo for Claude Code, Cursor, Codex, and other supported agents (check [Agents Supported](https://github.com/supabase-community/supabase-plugin#agents-supported) section below). It bundles:

> Want to contribute? Read [CONTRIBUTING.md](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.)

### Agents supported:

| Vendor         | Supported |
|----------------|-----------|
| Claude Code    | ✓         |
| Cursor         | ✓         |
| Codex          | ✓         |
| GitHub Copilot | ✓         |
| Gemini         | ✓         |
| VS Code (Open Plugin) | ✓  |
| Kimi Code         | ✓         |
| Grok Build     | ✓         |


## 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`](https://github.com/supabase/agent-skills/blob/4e69c80e213f315c02c9ebef9c28dd6e43a4707e/.github/workflows/release.yml#L65) and opens a PR here with the updated skill files.

More