You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--oidc-scopes strings OAuth scopes to advertise in the well-known endpoint (RFC 9728, defaults to 'openid' if not specified)
109
-
--port int Port for the HTTP proxy to listen on (host port)
110
-
--remote-auth Enable OAuth/OIDC authentication to remote MCP server (default false)
111
-
--remote-auth-authorize-url string OAuth authorization endpoint URL (alternative to --remote-auth-issuer for non-OIDC OAuth)
112
-
--remote-auth-bearer-token string Bearer token for remote server authentication (alternative to OAuth)
113
-
--remote-auth-bearer-token-file string Path to file containing bearer token (alternative to --remote-auth-bearer-token)
114
-
--remote-auth-callback-port int Port for OAuth callback server during remote authentication (default 8666)
115
-
--remote-auth-client-id string OAuth client ID for remote server authentication (optional if the authorization server supports dynamic client registration (RFC 7591))
116
-
--remote-auth-client-secret string OAuth client secret for remote server authentication (optional if the authorization server supports dynamic client registration (RFC 7591) or if using PKCE)
117
-
--remote-auth-client-secret-file string Path to file containing OAuth client secret (alternative to --remote-auth-client-secret) (optional if the authorization server supports dynamic client registration (RFC 7591) or if using PKCE)
118
-
--remote-auth-issuer string OAuth/OIDC issuer URL for remote server authentication (e.g., https://accounts.google.com)
--target-uri string URI for the target MCP server (e.g., http://localhost:8080) (required)
126
-
--token-exchange-audience string Target audience for exchanged tokens
127
-
--token-exchange-client-id string OAuth client ID for token exchange operations
128
-
--token-exchange-client-secret string OAuth client secret for token exchange operations
129
-
--token-exchange-client-secret-file string Path to file containing OAuth client secret for token exchange (alternative to --token-exchange-client-secret)
130
-
--token-exchange-header-name string Custom header name for injecting exchanged token (default: replaces Authorization header)
131
-
--token-exchange-scopes strings Scopes to request for exchanged tokens
132
-
--token-exchange-subject-token-type string Type of subject token to exchange. Accepts: access_token (default), id_token (required for Google STS)
--oidc-scopes strings OAuth scopes to advertise in the well-known endpoint (RFC 9728, defaults to 'openid' if not specified)
109
+
--port int Port for the HTTP proxy to listen on (host port)
110
+
--remote-auth Enable OAuth/OIDC authentication to remote MCP server (default false)
111
+
--remote-auth-authorize-url string OAuth authorization endpoint URL (alternative to --remote-auth-issuer for non-OIDC OAuth)
112
+
--remote-auth-bearer-token string Bearer token for remote server authentication (alternative to OAuth)
113
+
--remote-auth-bearer-token-file string Path to file containing bearer token (alternative to --remote-auth-bearer-token)
114
+
--remote-auth-callback-port int Port for OAuth callback server during remote authentication (default 8666)
115
+
--remote-auth-client-id string OAuth client ID for remote server authentication (optional if the authorization server supports dynamic client registration (RFC 7591))
116
+
--remote-auth-client-secret string OAuth client secret for remote server authentication (optional if the authorization server supports dynamic client registration (RFC 7591) or if using PKCE)
117
+
--remote-auth-client-secret-file string Path to file containing OAuth client secret (alternative to --remote-auth-client-secret) (optional if the authorization server supports dynamic client registration (RFC 7591) or if using PKCE)
118
+
--remote-auth-issuer string OAuth/OIDC issuer URL for remote server authentication (e.g., https://accounts.google.com)
--target-uri string URI for the target MCP server (e.g., http://localhost:8080) (required)
128
+
--token-exchange-audience string Target audience for exchanged tokens
129
+
--token-exchange-client-id string OAuth client ID for token exchange operations
130
+
--token-exchange-client-secret string OAuth client secret for token exchange operations
131
+
--token-exchange-client-secret-file string Path to file containing OAuth client secret for token exchange (alternative to --token-exchange-client-secret)
132
+
--token-exchange-header-name string Custom header name for injecting exchanged token (default: replaces Authorization header)
133
+
--token-exchange-scopes strings Scopes to request for exchanged tokens
134
+
--token-exchange-subject-token-type string Type of subject token to exchange. Accepts: access_token (default), id_token (required for Google STS)
0 commit comments