mirror of
https://github.com/open-webui/docs.git
synced 2026-07-21 10:05:26 -04:00
feat: mcpo documentation is dead in the water with no quick prebuilt docker path #92
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 @jamesyc on GitHub (Jul 16, 2025).
Check Existing Issues
Problem Description
NOTE: THIS IS A DOCUMENTATION COMPLAINT NOT A CODE COMPLAINT
Openwebui is considered far behind in the MCP category due to how it handles MCP. This is often repeated on web forums.
https://docs.openwebui.com/openapi-servers/mcp/
https://github.com/open-webui/mcpo
The MCP documentation is... very slow to figure out a solution that doesn't impact the rest of my dev machine. I don't want to build a docker container locally! If you're making all your users run pip install natively or build a docker container to use MCP, that's a bad strategy.
If I already have a MCP server working with claude code, the user would want to do a minimum to get it working with openwebui
Desired Solution you'd like
docker compose downcommand.This documentation makes setup easy. Make a new folder for the proxy, copy the docker-compose.yml file there and edit it to point to the correct MCP server, run
docker compose up, and that's it. The user can see what proxies are running viadocker ps.Alternatives Considered
No response
Additional Context
No response
@jamesyc commented on GitHub (Jul 16, 2025):
In summary: Yes, I am capable of figuring out how to set up the docker instance myself. No, I do not enjoy spending 15 mins doing that and building a dockerfile, and that's bad user experience. That's too much friction.