#98 · Primary category: AI Gateway & API Infrastructure

mcp-gateway

ai api-gateway arm-deployments asp-net-core azure bicep cloud-computing cloud-computing-service csharp docker gateway infrastructure-as-code kubernetes llm mcp powershell restful-api

MCP Gateway is a reverse proxy and management layer for MCP servers, enabling scalable, session-aware stateful routing and lifecycle management of MCP servers in Kubernetes environments.

Project last updated:08/25/26

GitHub Stars

804

Forks

88

Contributors

9

License

MIT

Why we included this project

Running several Model Context Protocol servers in production raises a practical question: how do you expose them through one entry point and keep each conversation pinned to the same backend? MCP Gateway is a reverse proxy and control plane for MCP servers that handles this. Requests carrying the same session_id are routed to the same server instance, so stateful sessions stay intact. REST APIs cover the management side, so you can deploy, update, list, and delete MCP servers and registered tools, and a tool gateway router sends each tool call to the backend that defines it. Because it is built around Kubernetes and ships with Azure deployment templates, it fits platform and infrastructure engineers who want a managed, observable entry point for MCP traffic instead of hand-rolling routing and lifecycle logic. The agents-and-sessions preview, which is opt-in, is a useful extra for teams that want to run LLM-driven agents on top of the registered tools.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category