MCP server for Supabase CRUD operations
| Tool name | Description | Destructive? |
|---|---|---|
| queryDatabase | ✓ no | |
| insertData | ✓ no | |
| updateData | ✓ no | |
| deleteData⚠ | ⚠ yes | |
| listTables | ✓ no |
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"supabase-mcp"
]
}
}
}