AIAny
Icon for item

Supabase MCP Server

Connects an AI agent to a Supabase project over MCP to run SQL, manage tables and migrations, deploy Edge Functions, fetch keys and types, and read logs. Read-only mode and project scoping cap what the agent can touch.

Introduction

Most database integrations for AI agents stop at "run this query." This one hands the agent the whole Supabase control plane — schema migrations, Edge Function deploys, branch creation, type generation, log access — which is exactly where the security questions start. The interesting design choice here isn't the breadth of tools; it's that the breadth is opt-in.

What Sets It Apart
  • Access is gated by composable flags, not all-or-nothing: --read-only blocks every write at the SQL level, --project-ref pins the agent to a single project, and feature groups (database, functions, branching, storage, debugging) can be enabled individually — so you can give a coding agent type generation and docs search without ever exposing migrations.
  • The tool set mirrors the actual Supabase surface — migrations, advisories, log fetching, TypeScript type generation — meaning the agent works against the same primitives you use in the dashboard, not a thinned-down wrapper.
  • It separates project-management tools (create projects, list orgs) from in-project tools, so a personal access token's blast radius is a deliberate decision rather than an accident.
Who It's For

Great fit if you're building agentic dev workflows on Supabase and want the agent to own schema and Edge Function changes inside a scoped, read-only-by-default sandbox. Look elsewhere if you only need a plain Postgres connection — a generic Postgres MCP server is lighter and avoids handing out a token that can reach your whole Supabase organization. Be deliberate about branching and write access: those tools touch billable, production-adjacent resources.

Information

  • Websitegithub.com
  • OrganizationsSupabase
  • Authorssupabase-community
  • Published date2024/12/20

Categories

More Items

GitHub
AI Client2026

Transforms unstructured documents into strongly-typed Knowledge Abstracts with one CLI command, extracting entities and relations into graphs, hypergraphs, and spatio‑temporal structures. Includes 80+ templates, multiple RAG engines, local vLLM support, Obsidian export and an MCP server.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.