We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcee742 commit 440d991Copy full SHA for 440d991
README.md
@@ -133,6 +133,20 @@ curl -s -H "Authorization: Bearer $MCPGATEWAY_BEARER_TOKEN" \
133
http://localhost:4444/tools | jq
134
```
135
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
150
---
151
152
## Quick Start (manual install)
0 commit comments