Supabase Model Context Protocol
CreatedCappahccino
Enables Large Language Models to interact with Supabase databases for CRUD operations.
About
Supabase Model Context Protocol provides a dedicated server that allows Large Language Models (LLMs) like Claude to directly interact with your Supabase Postgres database. It offers functionalities for querying, inserting, updating, and deleting data, as well as listing available tables. Designed for seamless integration, it simplifies the process of connecting LLMs to your database for dynamic data interactions.
Key Features
- Facilitates CRUD operations (Create, Read, Update, Delete) on Supabase Postgres tables.
- Provides a dedicated binary for Claude integration.
- Includes JSON-RPC support.
- Supports querying data with filters.
- Can be used as a standalone server or integrated into Node.js projects.
Use Cases
- Connecting Claude to a Supabase database for data manipulation.
- Creating custom data interfaces for LLMs.
- Building LLM-powered applications that require database interactions.