Skip to content

Commit 16fb3e0

Browse files
committed
update
1 parent d05e417 commit 16fb3e0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,14 @@ The MCP Gateway solves problems encountered by various groups:
3838
- Server management: List, inspect, and call MCP tools, resources and prompts from multiple servers
3939
- Container-based servers: Run MCP servers as Docker containers with proper isolation
4040
- Secrets management: Secure handling of API keys and credentials via Docker Desktop
41-
- Server catalog: Manage and configure multiple MCP catalogs
4241
- Dynamic discovery and reloading: Automatic tool, prompt, and resource discovery from running servers
4342
- Monitoring: Built-in logging and call tracing capabilities
4443

4544
## Install the MCP Gateway
4645

4746
### Prerequisites
4847

49-
- [Docker Engine](/manuals/engine/_index.md)
48+
- Docker Desktop with the [MCP Toolkit feature enabled](../mcp-catalog-and-toolkit/toolkit.md#enable-docker-mcp-toolkit).
5049
- Go 1.24+ (for development)
5150

5251
### Install using a pre-built binary
@@ -99,7 +98,13 @@ docker mcp --help
9998
10099
## Use the MCP Gateway
101100

102-
To view all the commands and configuration options, go to the [mcp-gateway repository](https://github.com/docker/mcp-gateway).
101+
Run:
102+
103+
```bash
104+
docker mcp gateway run
105+
```
106+
107+
To view all the commands and configuration options, go to the [mcp-gateway repository](https://github.com/docker/mcp-gateway?tab=readme-ov-file#usage).
103108

104109
## Related pages
105110

0 commit comments

Comments
 (0)