-
Notifications
You must be signed in to change notification settings - Fork 404
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
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
kgprs
left a comment
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 |
Thank you for the quick fix - the folder name should also be renamed to "supabase" as it needs to match the name field in the yaml. Once that's in the validation checks should pass and I will merge it |
Hey @kgprs, thank you for the heads up. I've renamed the package name to |
burritobowl
left a comment
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.
Thanks!
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.