Skip to main content
Glama
133,407 tools. Last updated 2026-05-12 22:37

"Supabase" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server that lets AI coding agents (Claude Code, Cursor, Cline) audit Supabase projects for security misconfigurations AND apply the fixes — without leaving the agent. Tools: audit_project, list_findings, preview_fix (BEGIN/ROLLBACK safety), apply_fix (with confirmation), apply_all_fixes (transactional bulk). Closes the audit-fix loop entirely in the agent — other Supabase scanners only report.
    Last updated
    5
    34
    MIT

Matching MCP Connectors

  • Retrieve the full OpenAPI specification for the Supabase Management API, including endpoints, parameters, schemas, and safety details. Use optional filters to access specific domains, paths, or methods for precise API integration.
    Apache 2.0
  • Execute PostgreSQL queries on Supabase databases with safety controls. Perform read, write, and schema operations, supported by transaction handling and automatic version-controlled migrations. Use UNSAFE mode for write and schema changes; confirm high-risk actions.
    Apache 2.0
  • Access and analyze logs from Supabase services like PostgreSQL, API Gateway, and Edge Functions for debugging and monitoring. Query logs by collection, filters, or custom SQL to identify issues and track performance.
    Apache 2.0
  • Authenticate and manage Supabase users securely by calling Auth Admin methods. Perform tasks like creating, updating, deleting users, generating links, and managing multi-factor authentication. Inputs are validated for safety.
    Apache 2.0
  • Execute high-risk database or API operations safely by confirming with a unique ID. Designed for Supabase PostgreSQL, this tool ensures user approval before proceeding with destructive actions.
    Apache 2.0
  • Retrieve detailed specifications for Auth Admin methods in the Supabase Python SDK, including names, parameters, types, and return values, to ensure correct usage in database management workflows.
    Apache 2.0
  • Detects missing authentication guards in Next.js App Router routes by analyzing route files and middleware, reporting which routes are protected or unprotected.
  • Retrieve comprehensive schema details for a specific table in Supabase, including column definitions, keys, relationships, indexes, constraints, and triggers, using a low-risk read operation.
    Apache 2.0
  • Apply a previewed SQL fix to a Supabase project after confirmation. Re-runs the security audit to verify the finding is resolved.
    MIT
  • Retrieve detailed information about Supabase database migrations, including version, name, and SQL statements. Use filters for pagination, name patterns, and query inclusion with this low-risk read tool.
    Apache 2.0
  • Retrieve detailed metadata, row counts, and sizes for all tables, views, and foreign tables in a specified PostgreSQL schema on Supabase. Supports safe read operations for database inspection.
    Apache 2.0
  • Retrieve findings from the last security audit of a Supabase project. Filter by severity to inspect critical, high, medium, low, or info issues.
    MIT