Hi — thanks for building this MCP server, it’s been really useful.
Would you consider adding OAuth/OIDC authentication support?
At the moment it looks like the server primarily supports API keys/session auth. OAuth support would help a lot for:
- multi-user environments
- enterprise/SSO deployments
- reducing reliance on long-lived API keys
- hosted Metabase setups using Google/Microsoft/Okta login flows
Ideally this could support:
- OAuth 2.0 / OpenID Connect
- refresh tokens
- per-user auth contexts
- secure token storage for MCP clients
Hi — thanks for building this MCP server, it’s been really useful.
Would you consider adding OAuth/OIDC authentication support?
At the moment it looks like the server primarily supports API keys/session auth. OAuth support would help a lot for:
Ideally this could support: