mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18100] feat: MCP-Servers can be configured through TOOL_SERVER_CONNECTIONS env variable #34021
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 @marviN310 on GitHub (Oct 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18100
Check Existing Issues
Problem Description
Currently, i can configure through the TOOL_SERVER_CONNECTIONS environment variable only OpenAPI/MCPO - compatible Tools. Adding Streamable HTTP MCP-Servers (URL, Auth etc.) results in an error.
Desired Solution you'd like
With the newest addition of MCP-Servers, it is only logical to also be able to include them via environment variables analogous to MCPO-Servers.
Alternatives Considered
No response
Additional Context
No response