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

소개

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.

주요 기능

  • 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

사용 사례

  • 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