MCP server for connecting Supabase to AI assistants
Top 23.7% on sourcepulse
This project provides a server that connects AI assistants to Supabase projects, enabling them to manage data, configurations, and project settings through the Model Context Protocol (MCP). It targets developers and AI users who want to integrate their Supabase backend with LLM-powered workflows, offering a standardized way for AI to interact with their database and project infrastructure.
How It Works
The server acts as a bridge, translating AI assistant commands into Supabase API calls. It leverages Node.js and npx
to download and run the latest version of the Supabase MCP server. The core mechanism involves a Supabase Personal Access Token (PAT) for authentication, allowing the AI to securely access and manipulate project resources. Configuration is managed via JSON within the AI client, specifying the command to execute the server.
Quick Start & Requirements
node -v
).<personal-access-token>
with your PAT.--project-ref
flag. For read-only access, use the --read-only
flag.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
3 weeks ago
1 day