MCPcopy
hub / github.com/supabase/supabase

github.com/supabase/supabase @v1.26.05 sqlite

repository ↗ · DeepWiki ↗ · release v1.26.05 ↗
32,858 symbols 152,202 edges 6,657 files 325 documented · 1%
README

Supabase

Supabase is the Postgres development platform. We're building the features of Firebase using enterprise-grade open source tools.

  • [x] Hosted Postgres Database. Docs
  • [x] Authentication and Authorization. Docs
  • [x] Auto-generated APIs.
  • [x] REST. Docs
  • [x] GraphQL. Docs
  • [x] Realtime subscriptions. Docs
  • [x] Functions.
  • [x] Database Functions. Docs
  • [x] Edge Functions Docs
  • [x] File Storage. Docs
  • [x] AI + Vector/Embeddings Toolkit. Docs
  • [x] Dashboard

Supabase Dashboard

Watch "releases" of this repo to get notified of major updates.

Watch this repo

Documentation

For full documentation, visit supabase.com/docs

To see how to Contribute, visit Getting Started

Community & Support

  • Community Forum. Best for: help with building, discussion about database best practices.
  • GitHub Issues. Best for: bugs and errors you encounter using Supabase.
  • Email Support. Best for: problems with your database or infrastructure.
  • Discord. Best for: sharing your applications and hanging out with the community.

How it works

Supabase is a combination of open source tools. We’re building the features of Firebase using enterprise-grade, open source products. If the tools and communities exist, with an MIT, Apache 2, or equivalent open license, we will use and support that tool. If the tool doesn't exist, we build and open source it ourselves. Supabase is not a 1-to-1 mapping of Firebase. Our aim is to give developers a Firebase-like developer experience using open source tools.

Architecture

Supabase is a hosted platform. You can sign up and start using Supabase without installing anything. You can also self-host and develop locally.

Architecture

  • Postgres is an object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
  • Realtime is an Elixir server that allows you to listen to PostgreSQL inserts, updates, and deletes using websockets. Realtime polls Postgres' built-in replication functionality for database changes, converts changes to JSON, then broadcasts the JSON over websockets to authorized clients.
  • PostgREST is a web server that turns your PostgreSQL database directly into a RESTful API.
  • GoTrue is a JWT-based authentication API that simplifies user sign-ups, logins, and session management in your applications.
  • Storage a RESTful API for managing files in S3, with Postgres handling permissions.
  • pg_graphql a PostgreSQL extension that exposes a GraphQL API.
  • postgres-meta is a RESTful API for managing your Postgres, allowing you to fetch tables, add roles, and run queries, etc.
  • Kong is a cloud-native API gateway.

Client libraries

Our approach for client libraries is modular. Each sub-library is a standalone implementation for a single external system. This is one of the ways we support existing tools.

Language Client Feature-Clients (bundled in Supabase client)
Supabase PostgREST GoTrue Realtime Storage Functions
⚡️ Official ⚡️
JavaScript (TypeScript) supabase-js postgrest-js auth-js realtime-js storage-js functions-js
Flutter supabase-flutter postgrest-dart gotrue-dart realtime-dart storage-dart functions-dart
Swift supabase-swift postgrest-swift auth-swift realtime-swift storage-swift functions-swift
Python supabase-py postgrest-py gotrue-py realtime-py storage-py functions-py
💚 Community 💚
C# supabase-csharp postgrest-csharp gotrue-csharp realtime-csharp storage-csharp functions-csharp
Go - postgrest-go gotrue-go - storage-go functions-go
Java - - gotrue-java - storage-java -
Kotlin supabase-kt postgrest-kt auth-kt realtime-kt storage-kt functions-kt
Ruby supabase-rb postgrest-rb - - - -
Rust - postgrest-rs - - - -
Godot Engine (GDScript) supabase-gdscript - - - - -

Badges

Made with Supabase

[![Made with Supabase](https://supabase.com/badge-made-with-supabase.svg)](https://supabase.com)
<a href="https://supabase.com">
  <img
    width="168"
    height="30"
    src="https://supabase.com/badge-made-with-supabase.svg"
    alt="Made with Supabase"
  />
</a>

Made with Supabase (dark)

```

Extension points exported contracts — how you extend this code

ImportMeta (Interface)
(no doc) [15 implementers]
apps/studio/public/deno/lib.deno.d.ts
SearchResultInterface (Interface)
(no doc) [5 implementers]
apps/docs/resources/globalSearch/globalSearchInterface.ts
IQueryModifier (Interface)
(no doc) [2 implementers]
packages/pg-meta/src/query/QueryModifier.ts
Icon (Interface)
(no doc)
packages/shared-data/products.ts
KV (Interface)
(no doc)
packages/generator/tsdoc.ts
Window (Interface)
(no doc)
packages/dev-tools/DevToolbarContext.tsx
paths (Interface)
(no doc)
packages/api-types/index.ts
NotionConfig (Interface)
(no doc)
packages/marketing/src/crm/notion.ts

Core symbols most depended-on inside this repo

map
called by 4136
apps/studio/public/deno/lib.deno.d.ts
cn
called by 2257
packages/ui/src/lib/utils/cn.ts
get
called by 2226
apps/studio/public/deno/lib.deno.d.ts
push
called by 2073
apps/studio/public/monaco-editor/editor/editor.main.js
b
called by 1987
apps/studio/public/monaco-editor/language/typescript/tsWorker.js
filter
called by 1673
apps/studio/public/deno/lib.deno.d.ts
error
called by 1641
apps/studio/public/deno/lib.deno.d.ts
push
called by 1622
apps/studio/public/monaco-editor/language/json/jsonMode.js

Shape

Function 19,703
Method 9,433
Interface 2,827
Class 840
Enum 55

Languages

TypeScript100%
Python1%

Modules by API surface

apps/studio/public/monaco-editor/language/typescript/tsWorker.js7,821 symbols
apps/studio/public/monaco-editor/editor/editor.main.js7,570 symbols
apps/studio/public/deno/lib.deno.d.ts861 symbols
apps/studio/public/monaco-editor/base/worker/workerMain.js703 symbols
packages/common/telemetry-constants.ts192 symbols
apps/studio/public/monaco-editor/loader.js129 symbols
apps/studio/public/monaco-editor/language/json/jsonMode.js85 symbols
apps/studio/public/monaco-editor/language/html/htmlMode.js67 symbols
apps/studio/public/monaco-editor/language/typescript/tsMode.js66 symbols
apps/docs/features/docs/Reference.typeSpec.ts55 symbols
apps/docs/scripts/search/sources/reference-doc.ts39 symbols
apps/studio/lib/helpers.ts35 symbols

Dependencies from manifests, versioned

@ai-sdk/amazon-bedrock4.0.81 · 1×
@ai-sdk/mcp1.0.25 · 1×
@ai-sdk/openai2.0.0 · 1×
@ai-sdk/provider3.0.8 · 1×
@ai-sdk/provider-utils4.0.19 · 1×
@ai-sdk/react3.0.118 · 1×
@angular-devkit/build-angular21.1.1 · 1×
@angular-eslint/builder21.2.0 · 1×
@angular-eslint/eslint-plugin21.2.0 · 1×
@angular-eslint/eslint-plugin-template21.2.0 · 1×
@angular-eslint/template-parser21.2.0 · 1×
@angular/animations21.1.1 · 1×

Datastores touched

postgresDatabase · 1 repos
(mysql)Database · 1 repos
_supabaseDatabase · 1 repos
catalogDatabase · 1 repos
ducklake_catalogDatabase · 1 repos
mydbDatabase · 1 repos
testdbDatabase · 1 repos

For agents

$ claude mcp add supabase \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact