·supabase-mcp-db
</>

supabase-mcp-db

Apply Supabase migrations and manage the database using the Supabase MCP (user-supabase-SantiagoXOR). Use when the user asks to apply migrations, run migrations with MCP, manage the DB with Supabase MCP, list migrations, execute SQL, or inspect schema.

10Installs·1Trend·@santiagoxor

Installation

$npx skills add https://github.com/santiagoxor/pintureria-digital --skill supabase-mcp-db

How to Install supabase-mcp-db

Quickly install supabase-mcp-db AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/santiagoxor/pintureria-digital --skill supabase-mcp-db
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: santiagoxor/pintureria-digital.

SKILL.md

View raw

Servidor MCP: user-supabase-SantiagoXOR. Usar callmcptool con este server.

Importante: Para DDL (CREATE TABLE, ALTER, políticas RLS, etc.) usar siempre applymigration, no executesql.

| listmigrations | Ver migraciones ya aplicadas en la DB (sin argumentos). | | executesql | Ejecutar SELECT o DML (INSERT/UPDATE/DELETE). No usar para DDL; para eso usar applymigration. | | listtables | Listar tablas del esquema (consultar descriptor en mcps/user-supabase-SantiagoXOR/tools/listtables.json si hace falta). |

Apply Supabase migrations and manage the database using the Supabase MCP (user-supabase-SantiagoXOR). Use when the user asks to apply migrations, run migrations with MCP, manage the DB with Supabase MCP, list migrations, execute SQL, or inspect schema. Source: santiagoxor/pintureria-digital.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/santiagoxor/pintureria-digital --skill supabase-mcp-db
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from santiagoxor/pintureria-digital

Quick answers

What is supabase-mcp-db?

Apply Supabase migrations and manage the database using the Supabase MCP (user-supabase-SantiagoXOR). Use when the user asks to apply migrations, run migrations with MCP, manage the DB with Supabase MCP, list migrations, execute SQL, or inspect schema. Source: santiagoxor/pintureria-digital.

How do I install supabase-mcp-db?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/santiagoxor/pintureria-digital --skill supabase-mcp-db Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/santiagoxor/pintureria-digital