How to actually use the connected MCP once setup? #5
Replies: 8 comments 22 replies
-
I'm having the same issue. I have a server setup locally and exposed to my docker container. I have added it and my OWUI also shows that the tool server is available. But, my response still acts like it can't see/use it. |
Beta Was this translation helpful? Give feedback.
-
You should be able to just use it right away. Just make sure your model is performant enough to support tool calls! |
Beta Was this translation helpful? Give feedback.
-
Is there an example available for using mcpo --config /path/to/config.json, running multiple servers within a docker container? I have individual docker servers running per the example here: https://docs.openwebui.com/openapi-servers/mcp, but can't figure out how to scale those up using docker. Thx @LukasFalkensteiner do you mind sharing your dockerfile? |
Beta Was this translation helpful? Give feedback.
-
Figured it out. config.json:
Dockerfile:
Build/Run:
Open-Webui Settings/Tools (+): Open-Webui Tool item(s) in prompt window: |
Beta Was this translation helpful? Give feedback.
-
Although OpenAPI is great, how does one share MCP resources or prompts? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Found the reason why i had issues: But you need to add per tool the path: |
Beta Was this translation helpful? Give feedback.
-
oh dang. this is good finding though. the scroll bar should be either visible always or the menu should raise as much as screen allows then use scroll bar. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please check out:
https://docs.openwebui.com/openapi-servers/open-webui
https://docs.openwebui.com/openapi-servers/mcp/
I think i have everything setup for 2 MCP Tools.
I have dockerized the Time Example and Memory Example and have both running and connected through the tools section.
How do i get my model to actually use them?
When asking for the current UTC time the model just gives me a random time, and is not using the tool.
Do i need to enable the tools for my model, or prompt in a special way?
Sorry im new to MCPs.
Beta Was this translation helpful? Give feedback.
All reactions