Enables Large Language Models (LLMs) to perform comprehensive CRUD operations on any Supabase database.

About

The Supabase Model Context Protocol (MCP) server acts as a crucial bridge, allowing AI assistants and Large Language Models (LLMs) to seamlessly interact with Supabase databases. It empowers LLMs to execute full CRUD (Create, Read, Update, Delete) operations, offering advanced filtering, upsert support, and robust safety checks. This server provides a standardized, well-documented set of tools, making it easy for AI applications to manage and retrieve data directly from Supabase, enhancing their capabilities with real-time data access and manipulation.

Key Features

  • Full CRUD Operations (Create, Read, Update, Delete)
  • Built-in Safety Checks for destructive operations
  • Advanced Filtering with multiple conditions
  • Type Safety with Pydantic validation
  • Flexible Querying (pagination, ordering, column selection)
  • 0 GitHub stars

Use Cases

  • User Management (e.g., creating and updating user records)
  • Content Management (e.g., managing blog posts)
  • Data Cleanup (e.g., finding and deleting expired session tokens)
Advertisement

Advertisement