-
Notifications
You must be signed in to change notification settings - Fork 391
Add Supabase remote MCP Server to registry #372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Add remote MCP server configuration for Supabase - Server endpoint: https://mcp.supabase.com/mcp - Transport: streamable-http with OAuth authentication - Category: database - Documentation: https://supabase.com/docs/guides/getting-started/mcp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please drop "mcp" and "server" from the name, title and oauth provider name.
Other than that, this looks great - thanks!
Co-authored-by: Sundeep Gottipati <[email protected]>
Co-authored-by: Sundeep Gottipati <[email protected]>
Co-authored-by: Sundeep Gottipati <[email protected]>
Co-authored-by: Sundeep Gottipati <[email protected]>
Co-authored-by: Sundeep Gottipati <[email protected]>
Hey @kgprs, thanks for the feedback 🙌 Fixed ✅ Let me know if you need anything else from me, and feel free to merge it if everything is ok |
This PR adds the Supabase MCP Server as a remote server to the Docker MCP Registry.
Server Details
About Supabase MCP Server
The Supabase MCP Server allows AI assistants to connect directly to Supabase projects to:
OAuth Configuration
The server uses OAuth authentication with the following configuration:
Files Included
server.yaml- Server configuration with OAuth setuptools.json- Empty array (dynamic tool discovery)readme.md- Link to official documentationTesting
The server is publicly accessible at https://mcp.supabase.com/mcp and supports the Model Context Protocol specification with streamable-http transport.