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