Skip to content

Commit 440d991

Browse files
committed
Add info on mcpgateway-wrapper execution via dockr
1 parent dcee742 commit 440d991

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,20 @@ curl -s -H "Authorization: Bearer $MCPGATEWAY_BEARER_TOKEN" \
133133
http://localhost:4444/tools | jq
134134
```
135135

136+
### Running the mcpgateway-wrapper
137+
138+
The mcpgateway-wrapper lets you connect to the gateway over stdio.
139+
140+
```bash
141+
docker run -d --name mcpgateway-wrapper \
142+
--entrypoint uv \
143+
-e UV_CACHE_DIR=/tmp/uv-cache \
144+
-e MCP_SERVER_CATALOG_URLS=http://host.docker.internal:4444 \
145+
-e MCP_AUTH_TOKEN=$MCPGATEWAY_BEARER_TOKEN \
146+
ghcr.io/ibm/mcp-context-forge:latest \
147+
run mcpgateway-wrapper
148+
```
149+
136150
---
137151

138152
## Quick Start (manual install)

0 commit comments

Comments
 (0)