Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions content/manuals/ai/docker-agent/integrations/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ agents:
```

The `docker:` prefix tells Docker Agent to use the MCP Gateway for this server. See
the [MCP Gateway documentation](/ai/mcp-catalog-and-toolkit/mcp-gateway/) for
available servers and configuration options.
the [MCP Catalog](/ai/mcp-catalog-and-toolkit/catalog/) for available servers and the
[MCP Gateway documentation](/ai/mcp-catalog-and-toolkit/mcp-gateway/) for
configuration options.

You can also use the [MCP Toolkit](/ai/mcp-catalog-and-toolkit/) to explore and
manage MCP servers interactively.
Expand Down Expand Up @@ -95,7 +96,7 @@ Example configuration:
"myagent": {
"command": "docker",
"args": [
"agent",
"agent",
"serve",
"mcp",
"/path/to/agent.yml",
Expand Down
Loading