Skip to content

A collection of MCP servers that connect LLMs to Supabase

License

Notifications You must be signed in to change notification settings

supabase-community/mcp-supabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supabase MCP Servers

A collection of MCP servers that connect LLMs to Supabase

The Model Context Protocol (MCP) is a standard for connecting Large Language Models (LLMs) to external services. It is an interface that provides custom resources, tools, and prompts to LLMs. This repository contains a collection of MCP servers that interface with Supabase.

MCP clients vs. servers

MCP clients are applications running LLMs in some form (often a chat interface), while servers are external services that provide the data and functionality that the LLMs interact with. Both clients and servers must be MCP-compatible to communicate with each other.

Claude desktop is an example of an MCP-compatible client.

Example

You could connect @supabase/mcp-server-postgrest with Claude desktop to query your Supabase database (or any other Postgres database) via Claude's chat interface, with the PostgREST API handling communication under the hood.

Supabase MCP servers

  • PostgREST @supabase/mcp-server-postgrest: Connect your Supabase project (or any other PostgREST server) to an LLM using PostgREST as the API layer.

  • Management API (coming soon): Manage your Supabase project, schema, and DDL using an LLM.

Resources

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A collection of MCP servers that connect LLMs to Supabase

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published