Connected Apps

Supabase MCP Integration for AI Agents

Query, inspect, and manage your Postgres database from chat.

Connect Supabase through its official MCP server so MoClaw can list tables, run SQL, apply migrations, pull logs, and check security and performance advisors against your real project. You add the Supabase MCP server to MoClaw with an access token, and you can scope it to a single project or force read-only mode for safe exploration.

Como funciona

3 etapas para conectar Supabase, sem engenharia.

  1. 1

    Add the Supabase MCP server

    In MoClaw's MCP settings, add Supabase's official hosted MCP server. Authorize with OAuth or a Supabase personal access token. Optionally set a project scope and read-only mode when you add it.

  2. 2

    Ask in plain language

    Describe the database task: inspect a table, run a query, review a slow endpoint, check which tables are missing row-level security, or draft a migration.

  3. 3

    Review before anything writes

    MoClaw shows the SQL or migration it used and the result, so you can verify before a write or migration is applied to a non-read-only project.

Why teams use the Supabase MCP integration

Supabase puts your Postgres database, auth, storage, and edge functions behind one project. The slow part is context switching: jumping between the dashboard, the SQL editor, the logs, and your codebase to answer a single question.

With the Supabase MCP server connected, MoClaw can read your schema, run SQL, check migrations, and pull logs or the built-in security and performance advisors as part of one task. Ask why a query is slow, which tables are missing row-level security, what changed in the last migration, or what the current row counts are, and MoClaw gathers the evidence and explains it.

The connection is scoped and honest about access. You control it with the server's own settings: OAuth or a personal access token, an optional project scope so it only sees one project, and a read-only mode that forces read-only Postgres operations. That keeps exploratory database work safe while still allowing migrations and writes when you explicitly opt in.

Experimente dizer

Prompts reais que você pode colar em Supabase.

  • List the tables in my Supabase project and show row counts for the five largest.
  • Run a read-only query to find users who signed up in the last 7 days but never created a project.
  • Check the security advisors and tell me which tables are missing row-level security.
  • Draft a migration to add a last_seen_at timestamp to the profiles table, but don't apply it yet.

Demo passo a passo

O que realmente acontece quando você envia o prompt.

Prompt 01 4 etapas

“Find why the /orders endpoint got slow this week and suggest a fix.”

O que a MoClaw faz

  1. 1 Pulls recent Postgres and API logs with get_logs to find slow statements on the orders path.
  2. 2 Runs a read-only execute_sql to EXPLAIN the offending query and inspects the orders table with list_tables.
  3. 3 Checks get_advisors for related performance recommendations.
  4. 4 Drafts a migration adding the missing composite index and shows it for review before any apply_migration.
Resultado

MoClaw reports: 'The orders list query does a sequential scan on (customer_id, created_at). Logs show p95 jumped to 1.8s this week. Suggested fix: add a composite index. Here is the migration, not yet applied.'

Supabase integration for busy teams and founders

Teams that commonly use Supabase with MoClaw workflows.

FAQ

Respostas rápidas sobre preço, privacidade e limites.

How does MoClaw connect to Supabase?
Through Supabase's official MCP server, which you add to MoClaw's MCP settings. It authenticates with OAuth or a Supabase personal access token, the same way any MCP client connects to it.
Can I keep it read-only?
Yes. The Supabase MCP server supports a read-only mode that forces read-only Postgres operations, and a project scope that limits access to a single project. Set both when you add the server.
What can it actually do?
Database work (list_tables, execute_sql, list and apply migrations), debugging (get_logs, get_advisors), development utilities (project URL, keys, generate TypeScript types), edge functions, and account or project management. Branching and storage tool groups are opt-in.
Is this an official Supabase connector?
It uses Supabase's own official MCP server. MoClaw is the MCP client; Supabase maintains the server and its access controls, so permissions follow your Supabase token and settings.

Teste a MoClaw grátis.

1.000 créditos por mês, ou traga sua própria chave para uso ilimitado.

Cancele quando quiser