mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-31 20:03:36 +00:00
22 lines
679 B
Markdown
22 lines
679 B
Markdown
# Supabase Plugin
|
|
|
|
Supabase MCP integration for Claude Code.
|
|
|
|
## What It Does
|
|
|
|
Manage your Supabase projects, run SQL queries, handle authentication, storage, and real-time subscriptions directly from Claude Code.
|
|
|
|
## Setup
|
|
|
|
Authentication is handled automatically via dynamic client registration in most cases.
|
|
|
|
## Optional: CI Environment Configuration
|
|
|
|
For CI environments, set these environment variables:
|
|
- `SUPABASE_PROJECT_REF` - Your Supabase project reference
|
|
- `SUPABASE_ACCESS_TOKEN` - Personal access token with appropriate scopes
|
|
|
|
## Learn More
|
|
|
|
See [Supabase MCP Documentation](https://supabase.com/docs/guides/getting-started/mcp) for detailed setup instructions.
|