Supabase Mcp Db
Helps with Supabase, MCP tools as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add supabase-mcp-db npx -- -y @trustedskills/supabase-mcp-db
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"supabase-mcp-db": {
"command": "npx",
"args": [
"-y",
"@trustedskills/supabase-mcp-db"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to and interaction with a Supabase database. It allows AI agents to query, insert, update, and delete data within your Supabase project using natural language prompts. The skill facilitates seamless integration of database operations into agent workflows, enabling dynamic data management.
When to use it
- Populating a knowledge base: Automatically extract information from external sources and store them in the database for later retrieval by the AI agent.
- Managing user profiles: Create, update, and retrieve user profile information stored within your Supabase database.
- Tracking inventory levels: Update product quantities or other tracked items based on real-time events or user input.
- Generating reports: Query the database to create summaries and visualizations of data for reporting purposes.
Key capabilities
- Database querying (SELECT)
- Data insertion (INSERT)
- Data updating (UPDATE)
- Data deletion (DELETE)
Example prompts
- "Find all users with email addresses ending in @example.com."
- "Add a new product to the products table with name 'Widget' and price 19.99."
- "Update the quantity of item ID 123 to 50."
Tips & gotchas
The skill requires appropriate Supabase credentials (URL, key) to be configured for secure access. Be mindful of data types when inserting or updating records to avoid errors.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.