Overview¶
Welcome to the MCP Gateway documentation.
This section introduces what the Gateway is, how it fits into the MCP ecosystem, and what core features and capabilities it offers out of the box.
What is MCP Gateway?¶
MCP Gateway is an orchestration and federation layer for the Model Context Protocol (MCP). It provides:
- A unified entrypoint for tools, resources, prompts, and agents
- Federation of multiple MCP servers into one composable catalog
- Protocol enforcement, health monitoring, and registry centralization
- A visual Admin UI to manage everything in real time
- Comprehensive audit trails with metadata tracking for all entities
- Comprehensive doctest coverage ensuring all code examples are tested and verified
Whether you're integrating REST APIs, local functions, or full LLM agents, MCP Gateway standardizes access and transport - over HTTP, WebSockets, SSE, StreamableHttp or stdio.
What's in This Section¶
Page | Description |
---|---|
Features | Breakdown of supported features including federation, transports, and tool wrapping |
Admin UI | Screenshots and explanation of the interactive web dashboard |
Quick Start | Quick Installation and Start up |