mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16656] feat: Ability to define MCPO server via ENV or Config in server #17997
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 @ncecere on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16656
Check Existing Issues
Problem Description
I have creates a MCPO server for my open webui server. I maintain all of the configuration I can for my deployment using code definitions threw the ENV variables. One of the only things I can't add this way are my tool servers
Desired Solution you'd like
The ability to define my tool server information via config file or through ENV variables
Alternatives Considered
No response
Additional Context
No response