Provides a RESTful API for interacting with a Supabase database.
Supabase is a Model-Controller-Persistence (MCP) server that exposes a RESTful API for interacting with Supabase projects. It simplifies data interaction by offering endpoints for querying, inserting, and updating data within Supabase tables. The server is designed for easy deployment and local development, providing a streamlined way to manage data within your Supabase environment.
主な機能
01Data insertion into tables
02Easy deployment to Smithery
03Data querying from tables
040 GitHub stars
05Retrieval of specific records by ID
06Data updating in tables
ユースケース
01Simplifying data management tasks within a Supabase project
02Rapid prototyping and development with Supabase
03Building applications that require a RESTful API for Supabase data