Stand up an internal MCP catalog with one auth boundary
언제 쓸까: You have 10+ MCP servers and need centralized auth, quotas, and observability.
사전 조건
- Server/skill installed and authenticated — See repo README
흐름
-
Deploy the gatewayGenerate Helm values for mcp-gateway with our Entra OIDC issuer and three backend MCPs: github, jira, snowflake.✓ 복사됨→ values.yaml + helm command
-
RegisterRegister each backend and assign it to the 'engineering' tenant with a 1000 req/hr quota.✓ 복사됨→ Three backend ids + quota set
결과: One URL, one OIDC, many MCPs — properly governed.
함정
- Session affinity is critical for stateful servers. If you switch to a stateless backend, also disable affinity to avoid hotspots. — Session affinity is critical for stateful servers. If you switch to a stateless backend, also disable affinity to avoid hotspots.