doc: readme

This commit is contained in:
Timothy Jaeryang Baek 2025-04-06 18:06:29 -07:00
parent 7785b608c9
commit 4c3486175c

View File

@ -40,6 +40,12 @@ pip install mcpo
mcpo --port 8000 --api-key "top-secret" -- your_mcp_server_command
```
You can also run mcpo via Docker with no installation:
```bash
docker run -p 8000:8000 ghcr.io/open-webui/mcpo:main --api-key "top-secret" -- your_mcp_server_command
```
Example:
```bash