Skip to main content
modiva.ai
Accedi
Logo di Supabase

Collega l'API Supabase

Integra l'API Supabase tramite l'API REST unificata di Modiva e il server MCP ospitato. Query your Postgres database with SQL and create & manage projects, edge functions, branches, secrets, custom domains and service config across your Supabase account. OAuth, aggiornamento dei token, rate limit e 37 strumenti tipizzati sono gestiti per te: collega una volta e richiama Supabase da qualsiasi agente o app attraverso un singolo endpoint.

Collega Supabase — ottieni la chiave MCPLeggi la documentazione

Cosa puoi fare con l'API Supabase

  • SQL queries
  • Projects & branches
  • Edge functions & secrets
  • Domains & service config
  • Token refresh
  • Webhooks (Poll via the project/database tools)

Strumenti MCP e scope di Supabase

organizations_
list · get · members
projects_
list · create · pause · restore · delete
database_
run SQL · list tables · config
functions_
list · deploy · update · delete
branches_
list · create · delete
secrets_
list · create · delete · api keys
domains_
custom hostname · vanity subdomain
config_
PostgREST · Auth · read & update
analytics_
query logs with SQL

Scope OAuth richiesti

  • Read your organizations and members
  • Create & manage projects and preview branches
  • Run SQL queries on your project database
  • Deploy & manage edge functions, secrets and domains
  • Read & update Postgres, PostgREST and Auth config

Collega Supabase nel tuo agente

# Add Modiva's MCP server to your agent
{
  "mcpServers": {
    "modiva": {
      "url": "https://mcp.modiva.ai",
      "headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
    }
  }
}

# Then connect Supabase and call its tools, e.g.
accounts_list(provider="supabase")

Domande frequenti

Come collego l'API Supabase con Modiva?

Crea un account Modiva, genera una chiave MCP e collega Supabase dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.

Cosa posso fare con l'API Supabase tramite Modiva?

Query your Postgres database with SQL and create & manage projects, edge functions, branches, secrets, custom domains and service config across your Supabase account. Ottieni 37 strumenti tipizzati raggruppati per risorsa (organizations_, projects_, database_, functions_, branches_, secrets_, domains_, config_, analytics_), richiamabili tramite REST o il server MCP.

Devo gestire personalmente OAuth o l'aggiornamento dei token?

No. Modiva gestisce l'handshake OAuth di Supabase, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.

Un agente IA può usare l'API Supabase?

Sì, è proprio questo il punto. Modiva espone Supabase come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Supabase attraverso un unico endpoint.

Playbook e guide di Supabase

Playbook gratuiti e passo dopo passo sulla crescita con Supabase: cosa funziona, oltre a come metterlo in pratica con Modiva.

How to Query Your Supabase Database With AI Agents
Connect the Supabase API — Modiva