You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/ai/mcp-gateway/_index.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,14 @@ The MCP Gateway solves problems encountered by various groups:
38
38
- Server management: List, inspect, and call MCP tools, resources and prompts from multiple servers
39
39
- Container-based servers: Run MCP servers as Docker containers with proper isolation
40
40
- Secrets management: Secure handling of API keys and credentials via Docker Desktop
41
-
- Server catalog: Manage and configure multiple MCP catalogs
42
41
- Dynamic discovery and reloading: Automatic tool, prompt, and resource discovery from running servers
43
42
- Monitoring: Built-in logging and call tracing capabilities
44
43
45
44
## Install the MCP Gateway
46
45
47
46
### Prerequisites
48
47
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).
50
49
- Go 1.24+ (for development)
51
50
52
51
### Install using a pre-built binary
@@ -99,7 +98,13 @@ docker mcp --help
99
98
100
99
## Use the MCP Gateway
101
100
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).
0 commit comments