Supabase
Createdsupabase-community
Connects Large Language Models to Supabase projects using the Model Context Protocol.
About
This repository provides a collection of Model Context Protocol (MCP) servers designed to interface with Supabase, enabling Large Language Models (LLMs) to interact with and leverage Supabase's functionalities. By utilizing MCP, these servers act as intermediaries between LLM clients and Supabase services, allowing users to query databases, manage projects, and perform other actions via natural language interfaces. The initial offering includes a PostgREST server for querying Supabase databases with more management-related servers coming soon.
Key Features
- Provides MCP-compatible servers for Supabase integration
- Enables custom resources, tools, and prompts for LLMs
- Leverages PostgREST for database querying via LLMs
- Uses the Model Context Protocol to connect LLMs to external services
- Facilitates interaction with Supabase using natural language
- 90 GitHub stars
Use Cases
- Query a Supabase database using natural language through an LLM chat interface.
- Manage Supabase projects, schemas, and DDL using an LLM (coming soon).