databases

Supabase Mcp

Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.

typescript
cloud
enterprise
databases
0
View on GitHub

Installation

npx -y supabase-community/supabase-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "supabase-mcp",
  "command": "npx",
  "args": [
    "-y",
    "supabase-community/supabase-mcp"
  ]
}

About This MCP Server

supabase-community/supabase-mcp

Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.

GitHub: https://github.com/supabase-community/supabase-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub