Supabase
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.
주요 기능
- Data insertion into tables
- Easy deployment to Smithery
- Data querying from tables
- 0 GitHub stars
- Retrieval of specific records by ID
- Data updating in tables
사용 사례
- Simplifying data management tasks within a Supabase project
- Rapid prototyping and development with Supabase
- Building applications that require a RESTful API for Supabase data