Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 12, 2026·2 min de lectura

MCP Gateway — Route and Manage MCP Servers

MCP Gateway is a .NET-based gateway that helps you deploy, route, and manage MCP servers behind a unified API surface, with local and Azure paths.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install a838f642-0c9f-4cc6-9037-7298e73201fe --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

MCP Gateway is a .NET-based gateway that helps you deploy, route, and manage MCP servers behind a unified API surface, with local and Azure paths.

  • Best for: platform teams who need a managed gateway for multiple MCP servers
  • Works with: Docker, Kubernetes, .NET 8; MCP server images; clients consuming a unified API
  • Setup time: 45–120 minutes

Practical Notes

  • Quant: start with 1 sample MCP server image and measure rollout time end-to-end.
  • Quant: define SLOs (p95 latency, error rate) for gateway vs direct stdio usage.

Pattern: separate tool hosting from tool use

A gateway becomes useful when you have multiple MCP servers and multiple clients.

Operational guidance:

  • Treat MCP servers as deployable artifacts (images) with versioning.
  • Use the gateway as the control plane for discovery and routing.
  • Keep auth/network policies at the gateway boundary.

Migration tip

Start by routing a single non-critical tool through the gateway, then expand coverage once observability and failure handling are solid.

FAQ

Q: Is this only for Kubernetes? A: The README focuses on Docker + Kubernetes deployments, plus an Azure deployment path.

Q: What should I gateway first? A: A low-risk tool with clear success criteria and measurable latency.

Q: How do I keep versions sane? A: Version images, pin gateway releases, and roll out with canaries + metrics.

🙏

Fuente y agradecimientos

Source: https://github.com/microsoft/mcp-gateway > License: MIT > GitHub stars: 630 · forks: 66

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados