You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,...)
Thanks man!!!
(my penny)
Installing MPC-Bridge with Ollama in Open-WebUI
Clone repo
git clone https://github.com/SecretiveShell/MCP-Bridge.git
Install 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,...)
NOTE: I forgot, use models with tool holders!!!!
https://ollama.com/search?q=tool
open-webui/open-webui#7363 (comment)
The text was updated successfully, but these errors were encountered: