mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
feat: PR: Add MCP-Bridge install/use instructions to DOCS #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rgaricano on GitHub (Mar 10, 2025).
PR: Add MCP-Bridge install/use instructions to DOCS
and if possible other ways to install it as docker or pip (
pip install MCP-Bridge)Reference Discussions: https://github.com/open-webui/open-webui/discussions/7363
(SecretiveShell/MCP-Bridge is licensed under the MIT License)
Installing MPC-Bridge with Ollama in Open-WebUI
Clone repo
git clone https://github.com/SecretiveShell/MCP-Bridge.gitInstall MPC-bridge,
make your mpc-bridge config file, create
config.json(models are not necessary, it take its as other connections)
e.g. (inference_server is ollama's installed network address, network is config network address of MCP_Bridge server)
run server


uv run mcp_bridge/main.py& check thats is runnig
On openwebui add a openai api compatible connection for mpc-bridge server, and check:
Now you have all models as normal, but duplicated (one from ollama and one from mpc-bridge, one with size other without), to no be confused you can switch off ollama connection.
And voila, you have all models on tab & you can chat telling for use tools, or ask for avaible tools ;-)
(if is running fine you can change log_level to "INFO", install it as service,...)
Desired Solution you'd like
Add to docs instructions to config/|install MCP-Bridge in Open-WebUI
Alternatives Considered
No response
Additional Context
No response