Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 12, 2026·2 min de lectura

Supabase MCP Server — Postgres + Admin Tools (API Key Gate)

Supabase MCP Server connects MCP clients to Supabase Postgres and admin APIs, using env-based config and an API key gate to reduce unsafe default exposure.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 2daa3c16-b05d-5a59-829e-19cfbb8830e5 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

Supabase MCP Server connects MCP clients to Supabase Postgres and admin APIs, using env-based config and an API key gate to reduce unsafe default exposure.

  • Best for: Supabase teams that want agent access to database + management APIs with explicit configuration and safer defaults
  • Works with: Supabase project ref + DB password, optional management/auth keys, MCP clients (Cursor/Windsurf/Cline/Claude Desktop)
  • Setup time: 15-35 minutes

Practical Notes

  • Quant: the README notes an API-key requirement (from thequery.dev), which acts as a gate against accidental public exposure.
  • Quant: Claude Desktop requires an absolute binary path—treat that as a deployment checklist item to avoid spawn errors.

Rollout pattern

  • Start with database read-only tasks (schema + queries) before enabling management or auth-admin capabilities.
  • Separate environments: local dev uses local ref; production uses project ref with least-privilege keys.
  • Record which tools are used in the first 10 sessions and tighten configuration based on observed needs.

Watchouts

Any server that can touch auth/admin APIs is high-impact. Keep keys scoped, avoid running on shared machines, and add audit logging before you allow write operations.

FAQ

Q: Do I have to use pipx? A: No. The README shows uv and source installs too, but pipx is the recommended isolated install path.

Q: Why does Claude Desktop need the full path? A: Claude Desktop spawns processes from a config file and often can’t resolve PATH the same way as your shell.

Q: What should I enable first? A: Start with schema exploration and simple SELECT queries; add management API access only if you truly need it.

🙏

Fuente y agradecimientos

Source: https://github.com/alexander-zuev/supabase-mcp-server > License: Apache-2.0 > GitHub stars: 820 · forks: 105

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados