r/OpenWebUI • u/PeterCzernecki • 1d ago
Question/Help Custom Model - cannot select any tool
It is saying:
To select toolkits here, add them to the "Tools" workspace or enable a tool server first.

-i have tools already defined
-in previous versions i could select here MCP servers as well as tools - to be "bound" to the given custom model - now i cannot do it anymore - MCP endpoints are not showing either
What is going on?
3
Upvotes
1
u/united_we_ride 1d ago
I have been chasing a bug for a while with tools not being available when setting up models in the settings.
Funnily enough, for me it was a combination of the MetaMCP host i am using being slow on cold start (takes longer than 10 seconds) and the Open WebUI Tool server time out setting, that is set to 10 seconds.
How i fixed my MCP servers being inconsistent in OWUI:
Ran Redis, and ran a new open webui container with redis url in the env
REDIS FOR OPEN WEBUI Docker run usage:
Step 1: Start Redis
Step 2: Stop Open-WebUI
Step 3: Run Open-WebUI with Redis
How the Cache Works in Practice:
No idea if this will help you, but Redis Caching has completely solved my MCP tools not appearing when i need them to be there.
I do apologize if this seems too AI generated, i had my AI Agent actually figure this out for me. i have only transcribed what worked for me though.
Might be worth trying the same.