Chatgpt Supabase Api MCP Server

Transform your AI conversations from lost chat history into a searchable, organized knowledge base. This system captures insights from both ChatGPT

Remote serverstreamable-http

What is the Chatgpt Supabase Api MCP server?

Chatgpt Supabase Api MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Transform your AI conversations from lost chat history into a searchable, organized knowledge base. This system captures insights from both ChatGPT Enterprise and Claude Desktop, storing everything in a structured database for long-term.

What the assistant can call

Once Chatgpt Supabase Api is connected, these are the calls the assistant has available:

  • SUPABASE_URL — SUPABASE_ANON_KEY
  • Prerequisites — The Prerequisites tool exposed by this server
  • Components — The Components tool exposed by this server
  • Categories — The Categories tool exposed by this server

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need 4 environment variables: SUPABASE_ACCESS_TOKEN, SUPABASE_URL, SUPABASE_ANON_KEY, SUPABASE_PROJECT_REF. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js 18+ - Chrome browser - Supabase account (free tier works)

Choosing this one

Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Chatgpt Supabase Api's toolset — SUPABASE_URL, Prerequisites, Components and 1 more — is a fair guide to whether it matches your workflow. It is maintained by kellyoconor; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the chatgpt supabase api mcp server does with a few real requests.

Available tools

ToolWhat it does
SUPABASE_URLSUPABASE_ANON_KEY
PrerequisitesThe Prerequisites tool exposed by this server.
ComponentsThe Components tool exposed by this server.
CategoriesThe Categories tool exposed by this server.

How to install the Chatgpt Supabase Api MCP server

{
  "mcpServers": {
    "supabase": {
      "command": "node",
      "args": ["/path/to/supabase-mcp/packages/mcp-server-supabase/dist/transports/stdio.js"],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "your_token",
        "SUPABASE_URL": "your_url",
        "SUPABASE_ANON_KEY": "your_key",
        "SUPABASE_PROJECT_REF": "your_project"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 18+ - Chrome browser - Supabase account (free tier works)
VariableDescriptionRequired
SUPABASE_ACCESS_TOKENCredential the server authenticates with.Yes
SUPABASE_URLEndpoint or connection string the server talks to.Yes
SUPABASE_ANON_KEYCredential the server authenticates with.Yes
SUPABASE_PROJECT_REFConfiguration value read at startup.Optional

Example prompts to try

  • Use Chatgpt Supabase Api to SUPABASE URL.
  • Use Chatgpt Supabase Api to Prerequisites.
  • Use Chatgpt Supabase Api to Components.

Frequently asked questions

It connects Chatgpt Supabase Api to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (SUPABASE_URL, Prerequisites, Components, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Chatgpt Supabase Api directly.