supabase-mcp

supabase-mcp

0

The Supabase MCP Server is designed to allow AI assistants to manipulate Supabase databases through defined interactions. Key features include reading, creating, updating, and deleting records with configurable filtering and security measures.

Supabase MCP Server

A Model Context Protocol (MCP) server enabling AI assistants to interact with Supabase databases using standardized tools.

Features

  • Read rows from tables with filtering and column selection
  • Create single or multiple records
  • Update records with flexible filtering
  • Delete records safely with filter conditions
  • Environment-based configuration
  • Stdio transport support

Usage

Run the MCP server.

Security

  • Uses service role key for database operations
  • Requires proper environment configuration
  • Validates all inputs using Pydantic models