원클릭으로
supabase-switch
Switch active Supabase project for MCP connection
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Switch active Supabase project for MCP connection
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automatically detect and save person-related information (names, roles, contact info, relationships, organizations) to Core Memory (Caduceus). Triggers when user mentions people with descriptive details like job titles, phone numbers, emails, responsibilities, or relationships to other people or organizations.
Send professional client updates with deliverables via email and WhatsApp notification. Use when user wants to share work, send assets, or give a client an update on progress.
Distill Claude Code session operations into reusable tinctures (Skills, Commands, Agents). Uses category theory for structural preservation, information theory for potency analysis, and the Golden Ratio for classification. Use when you want to capture effective workflows, or when the user says "distill", "extract this", "make a tincture", "capture this workflow", or "turn this into a skill/command".
Fuse two things into one unified creation. Use when user says fuse, fusion, combine, merge, or wants to unite documents, projects, concepts, ideas, frameworks, or any two entities into something greater than either alone.
Pattern for building interactive CLI tutors in Go with standardized colors, progress tracking, and pedagogical elements
Brutal enforcer of production-grade coding practices. The bane of vibe-coded slop and spaghetti code. Mars audits codebases for the hidden sins that separate "it works on my machine" from battle-tested production systems.
| name | supabase-switch |
| description | Switch active Supabase project for MCP connection |
| version | 2.0.0 |
| author | Claude |
| user_invocable | true |
| arguments | [project-name] - Name of project to switch to (e.g., biogenesis, docti) |
Switch between configured Supabase projects for MCP database operations.
/supabase-switch # List available projects
/supabase-switch biogenesis # Switch to BioGenesis project
/supabase-switch docti # Switch to Docti project
~/.claude/supabase-projects.json for available projectsWhen invoked, perform these steps:
Read: ~/.claude/supabase-projects.json
Read: ~/.claude/mcp.json (to find current project_ref in URL)
Display:
activeProject in supabase-projects.jsonurl field in ~/.claude/mcp.json under supabase server:
https://mcp.supabase.com/mcp?project_ref=OLD_REFhttps://mcp.supabase.com/mcp?project_ref=NEW_REF"supabase": {
"comment": "Supabase MCP - ProjectName (ref). Use /supabase-switch to change.",
"type": "http",
"url": "https://mcp.supabase.com/mcp?project_ref=PROJECT_REF_HERE",
"headers": {
"Authorization": "Bearer ACCESS_TOKEN_HERE"
}
}
To add a new project, edit ~/.claude/supabase-projects.json:
{
"activeProject": "biogenesis",
"projects": {
"new-project": {
"name": "Human Readable Name",
"ref": "supabase-project-ref-here",
"description": "What this project is for"
}
}
}
~/.claude/supabase-projects.json
~/.claude/mcp.json (supabase server entry - HTTP type with URL containing project_ref)
project_ref URL parameter