Supabase
Createdgevans3000
Enables interaction with Supabase databases through the Model Context Protocol.
About
Supabase provides database operation tools for Large Language Models (LLMs) by implementing the Model Context Protocol (MCP). It uses the FastMCP Python SDK to interact with Supabase databases, offering functionalities to read, create, update, and delete records. The server communicates using MCP's Stdio transport, making it integrable with any MCP-compatible client, such as LLM frameworks that support MCP tools, Windsurf, and Cursor.
Key Features
- Creates new records (single or batch) in Supabase tables.
- Communicates using MCP's Stdio transport.
- Updates existing records based on filter conditions.
- 0 GitHub stars
- Reads records from Supabase tables with filtering, pagination, and sorting.
- Deletes records from tables based on filter conditions.
Use Cases
- Integrating with LLM frameworks for database interaction.
- Providing AI assistants with access to Supabase data.
- Enhancing Windsurf/Cursor configurations with Supabase database tools.