Skip to content

Conversation

@Rodriguespn
Copy link
Contributor

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:

  • Manage database tables and schemas
  • Query and manipulate data
  • Deploy and manage Edge Functions
  • Interact with Storage buckets
  • Access authentication and project settings
  • Read analytics data

OAuth Configuration

The server uses OAuth authentication with the following configuration:

  • Authorization Server: https://api.supabase.com
  • Scopes: organizations:read, projects:read, projects:write, database:write, database:read, analytics:read, secrets:read, edge_functions:read, edge_functions:write, environment:read, environment:write, storage:read

Files Included

  • server.yaml - Server configuration with OAuth setup
  • tools.json - Empty array (dynamic tool discovery)
  • readme.md - Link to official documentation

Testing

The server is publicly accessible at https://mcp.supabase.com/mcp and supports the Model Context Protocol specification with streamable-http transport.

- 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
@Rodriguespn Rodriguespn requested a review from a team as a code owner October 29, 2025 10:01
@Rodriguespn Rodriguespn changed the title Add Supabase MCP Server to registry Add Supabase remote MCP Server to registry Oct 29, 2025
Copy link
Contributor

@kgprs kgprs left a 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!

@Rodriguespn
Copy link
Contributor Author

Please drop "mcp" and "server" from the name, title and oauth provider name.

Other than that, this looks great - thanks!

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

@Rodriguespn Rodriguespn requested a review from kgprs November 5, 2025 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants