Skip to content

Commit 83e4cb1

Browse files
committed
feedback
1 parent 9e33ba7 commit 83e4cb1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

content/manuals/ai/mcp-gateway/_index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ params:
1010
The MCP Gateway is Docker's open-source enterprise-ready solution for orchestrating and
1111
managing [Model Context Protocol (MCP)](https://spec.modelcontextprotocol.io/) servers
1212
securely across development and production environments.
13-
It is designed to help organizations connect AI
14-
agents from the [Docker MCP Catalog](https://hub.docker.com/mcp) to internal infrastructure
15-
without compromising security, visibility, or control.
13+
It is designed to help organizations connect MCP servers from the [Docker MCP Catalog](https://hub.docker.com/mcp) to MCP Clients without compromising security, visibility, or control.
1614

1715
By unifying multiple MCP servers into a single, secure endpoint, the MCP Gateway offers
1816
the following benefits:
@@ -40,19 +38,17 @@ The MCP Gateway solves problems encountered by various groups:
4038
- Server Management: List, inspect, and call MCP tools, resoures and prompts from multiple servers
4139
- Container-based Servers: Run MCP servers as Docker containers with proper isolation
4240
- Secrets Management: Secure handling of API keys and credentials via Docker Desktop
43-
- OAuth Integration: Built-in OAuth flows for service authentication
4441
- Server Catalog: Manage and configure multiple MCP catalogs
45-
- Dynamic Discovery: Automatic tool, prompt, and resource discovery from running servers
42+
- Dynamic Discovery and Reloading: Automatic tool, prompt, and resource discovery from running servers
4643
- Monitoring: Built-in logging and call tracing capabilities
4744

4845
## Install the MCP Gateway
4946

5047
### Prerequisites
5148

52-
- Docker Desktop is installed.
53-
- The MCP Toolkit feature is [enabled](/manuals/ai/mcp-catalog-and-toolkit/toolkit.md#enable-docker-mcp-toolkit).
49+
- [Docker Engine](/manuals/engine/_index.md)
5450
- Go 1.24+ (for development)
55-
51+
5652
### Install as Docker CLI Plugin
5753

5854
The MCP CLI is already installed on recent versions of Docker Desktop.

0 commit comments

Comments
 (0)