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
mcp-auth-proxy: **A lightweight proxy that adds authentication in front of any MCP server** (+ stdio→HTTP(S) conversion, optional)
22
-
23
-
### When to choose `mcp-auth-proxy`
24
-
25
-
-**You just want to add auth to one or a few MCPs** (enforce OAuth/OIDC/password with zero changes to the server)
26
-
-**Container operations and catalog integration aren’t needed** (ideal for small setups, testing/PoC, or one-off exposure)
27
-
28
-
### When to choose MCP Gateway
29
-
30
-
-**Operating many MCPs at organizational scale** (provisioning, policy/permissions, audit, centralized logs)
31
-
-**You want operations features** like container isolation and catalog integration
32
-
33
-
_Note_: They are not mutually exclusive. You can **put `mcp-auth-proxy` in front of a Gateway's public endpoint to enforce authentication** if the Gateway itself doesn't handle it.
mcp-auth-proxy: **A lightweight proxy that adds authentication in front of any MCP server** (+ stdio→HTTP(S) conversion, optional)
43
+
44
+
### When to choose `mcp-auth-proxy`
45
+
46
+
-**You just want to add auth to one or a few MCPs** (enforce OAuth/OIDC/password with zero changes to the server)
47
+
-**Container operations and catalog integration aren’t needed** (ideal for small setups, testing/PoC, or one-off exposure)
48
+
49
+
### When to choose MCP Gateway
50
+
51
+
-**Operating many MCPs at organizational scale** (provisioning, policy/permissions, audit, centralized logs)
52
+
-**You want operations features** like container isolation and catalog integration
53
+
54
+
_Note_: They are not mutually exclusive. You can **put `mcp-auth-proxy` in front of a Gateway's public endpoint to enforce authentication** if the Gateway itself doesn't handle it.
0 commit comments