-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Describe the feature
Hi. So we are a SaaS personal assistant AI for consumers. We currently integrate with APIs directly and not use MCP. Why? You have to launch the MCP instance at the time of the system starting and it is only connected to a single user. We cannot adjust the API key or any type of authorization so it can support multiple users like we can by adjusting an API key by calling an API directly. I.e. it's single-tenancy as opposed to multi-tenancy.
So I have two requests:
-
Support specifying the authorization key or method to an MCP server during runtime so it can be changed. This would allow multi-user support. If this is possible I'd love to know how.
-
Support OAuth authorization for MCP servers (this may be possible but I don't know how).
Thanks!