FeatureFuel
1

Ability to customize the .well-known/ directory contents

Source: supabase/supabase#43050 · opened by @fzaninotto
I have built an authenticated MCP server based on a Supabase service, leveraging Supabase OAuth. I originally wanted to use Supabase Edge functions for that, but it turns out it's impossible. Since authenticated MCP servers use OAuth, the MCP client must be able to determine the authentication provider for the server by calling the .well-known path on the server. To my knowledge, it is not possible to customize the contents of that resource on a Supabase instance, so I was stuck. I ended up implementing the MCP server in a separate express server, hosted on a domain where I controlled the .well-known contents. This kinds of defeats the purpose of a backend as a service... Anyway, the MCP server is working but it's cumbersome to host (see for a demo of what I built). I wanted to know if there is a new or hidden way to customize the .well-known/ directory contents, or the Supabase team intends to support it in the near future? Because without OAuth, the ability t…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests