mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-02-01 08:13:36 +00:00
creating intital scaffolding for claude code plugins
This commit is contained in:
8
external_plugins/supabase/.claude-plugin/plugin.json
Normal file
8
external_plugins/supabase/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "supabase",
|
||||
"description": "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.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Supabase"
|
||||
}
|
||||
}
|
||||
6
external_plugins/supabase/.mcp.json
Normal file
6
external_plugins/supabase/.mcp.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"supabase": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.supabase.com/mcp"
|
||||
}
|
||||
}
|
||||
21
external_plugins/supabase/README.md
Normal file
21
external_plugins/supabase/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user