mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #19080] feat: Add tree list display for filesystem mcp tool when using '@ /' command #18765
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 @alpgul on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19080
Check Existing Issues
Verify Feature Scope
Problem Description
I added the 'filesystem' mcp tool via mcp http, but for its effective use, a tree list should be displayed when I write '@ /', otherwise it becomes difficult to use.
Desired Solution you'd like
In the settings, a separate area should be defined for
filesystemmcp or the tool name should be defined, and this tool should be searched in the mcp list, for example: 'directory_tree' like this tool should be searched. I think the first method would be better. If there are multiple remote filesystem definitions, for example separate filesystems for users and for admin, the first method would be more suitable.Alternatives Considered
No response
Additional Context
No response