Skip to main content
Glama
andrewsetness

project-supabase-api

project-supabase-api

Controlled AI-to-Supabase integration layer for the AI Projects portfolio.

Not a generic Supabase client library. The official SDKs (@supabase/supabase-js, supabase-py) already solve that. This repo adds the AI adapter layer: safety-bounded operations, agent-purpose-built MCP server, migration tooling, and reusable schema contracts.

Canonical Architecture: API-149 (Supabase API Integration Layer)

What It Does

  • Bounded client — Wraps @supabase/supabase-js with table allowlists, row limits, query validation, and write confirmation gates

  • MCP server — Thin transport over application layer; exposes read-only (default) and gated-write tools for AI agent consumption

  • Python CLI — Zero-dependency CLI for agent scripts where Node isn't available

  • Migration tooling — Standardized DDL with prefix validation, collision detection, dry-run, and planning

  • Schema contracts — Typed table interfaces for the shared project's 50+ tables

  • Capability reporting — Doctor command qualifies supported/unavailable/plan-gated/experimental capabilities

  • Security audit — RLS status, grants inspection, protected schema validation

  • Project/environment targeting — Every operation requires explicit project reference; production never inferred

Related MCP server: Supabase MCP Server

Scope

This repo targets the shared Supabase project (buobojrsaanekrbobgwc) used by:

  • project-dashboard

  • project-setness-consulting

  • project-cpe

  • project-munoz

  • project-politics

  • (future) Albert ledger, LevelBest, Nathan

Quick Start

TypeScript

npm install
npm run verify

Python

pip install -e ".[dev]"
python -m pytest

Safety Model

Operation

Default

Write Gate

SELECT queries

Allowed

Bounded (max rows, timeout)

Schema inspection

Allowed

Read-only

Storage read

Allowed

Bounded

INSERT/UPDATE/DELETE

Allowed with token

APPLY_SUPABASE_CHANGES or per-operation token

DDL (migrations)

Owner-gated

Separate confirmation, dry-run default

Edge Function invoke

Allowed with scope

Function allowlist

Realtime subscribe

Allowed

Channel allowlist

Repository Structure

src/
├── ts/              # TypeScript source (primary)
│   ├── client/      # Bounded client wrapper
│   ├── auth/        # Session/token management, RLS
│   ├── database/    # Query builder, schema inspector, contracts
│   ├── storage/     # Storage adapter
│   ├── edge-functions/  # Functions adapter
│   ├── realtime/    # Realtime adapter
│   ├── migrations/  # DDL runner, naming validation
│   ├── safety/      # Allowlists, write gates, audit
│   └── mcp/         # MCP server and tools
└── python/          # Python CLI (zero-dep)
    └── supabase_api/

Documentation

Architecture Principles

  1. MCP is a thin transport — Business logic lives in the application layer, not in MCP tools

  2. Project/environment targeting — Every operation requires explicit project reference

  3. Read-first authority — Read operations default; mutations require explicit enablement

  4. Dry-run before mutations — Migrations default to dry-run

  5. Post-change read-back — Mutations return evidence of applied changes

  6. No arbitrary REST, shell, SQL, or filesystem passthrough — All operations validated against allowlists

License

Private — AI Projects portfolio internal use.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables Cursor and Windsurf to safely interact with Supabase databases by providing tools for database management, SQL query execution, and Supabase Management API access with built-in safety controls.
    10
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Connects AI assistants to Supabase projects, enabling them to manage tables, query data, deploy Edge Functions, handle migrations, and access project resources through natural language commands.
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to access and manage Supabase projects through the Model Context Protocol, supporting database operations, edge functions, storage, and documentation search. It provides a complete toolset for SQL execution, migration management, and real-time project debugging.
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andrewsetness/project-supabase-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server