toss-supabase-mcp

Automate Supabase MCP migrations, edge deployments, and log validation.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Jason-hub-star/TaillogToss --skill toss-supabase-mcp-jason-hub-star
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: toss-supabase-mcp
Source: https://github.com/Jason-hub-star/TaillogToss/tree/main/.agents/skills/toss-guide/ops/toss-supabase-mcp
Command: npx skills add https://github.com/Jason-hub-star/TaillogToss --skill toss-supabase-mcp-jason-hub-star

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TaillogToss Supabase MCP 운영에 필요한 마이그레이션, Edge 배포, 로그 및 키 점검을 안전한 실행 순서로 표준화하고 증적을 남길 수 있도록 돕습니다.

Core Features & Use Cases

  • Migration 관리: 데이터베이스 스키마 변경을 안전하게 적용하고 점검합니다.
  • Edge 배포 및 검증: Edge Function 배포와 호출 검증을 포함한 엔드-투-엔드 검증을 수행합니다.
  • 상태 점검 및 로깅: 프로젝트 키/URL/함수 상태 점검 및 로그 수집을 제공합니다.
  • Use Case: 프로덕션 배포 전 스냅샷을 남기고, 배포 후 호출 검증 및 로그 확인을 자동화합니다.

Quick Start

안전한 순서로 마이그레이션 적용, Edge 배포, 로그 점검을 시작합니다.

Frequently Asked Questions about toss-supabase-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Supabase migrations and edge function deployments safely?

Automating Supabase migrations and edge function deployments safely requires a deterministic workflow with preflight checks, migration application, deployment, and post-deploy verification to ensure auditable change records. This standardizes operations and leaves an audit trail.

What is the safest way to apply database migrations to a production Supabase project?

The safest way to apply database migrations to a production Supabase project is using a standardized sequence that checks project URLs and keys first, applies the migration, then verifies deployment status and logs to ensure auditable changes.

How do I verify Supabase edge function deployments and collect logs?

To verify Supabase edge function deployments and collect logs, perform post-deploy checks including JWT verification and log retrieval. This end-to-end validation confirms deployment status and monitors function execution after release.

Can I use this workflow for production Supabase MCP operations?

Yes, you can use this workflow for production Supabase MCP operations. It is specifically designed for production projects using Supabase MCP to perform migrations, edge deployments, and monitoring of project keys, URLs, and function status.

What preflight checks are needed before deploying Supabase edge functions?

Preflight checks needed before deploying Supabase edge functions include retrieving the project URL, getting publishable keys, and listing existing edge functions. These checks validate the environment before applying migrations or deploying updates.