返回 Skill 列表
extension
分类: 开发与工程无需 API Key

mcp-filesystem-browse

通过MCP文件系统工具(docker-fs)浏览本地工作区文件

person作者: jakexiaohubgithub

When to use

  • You need to inspect local files/dirs and MCP filesystem tools are available.

Procedure

  1. Use the available filesystem MCP tools (look for names like list_directory, read_file, search_files).
  2. Keep reads small: prefer directory listings + targeted file snippets.
  3. If filesystem MCP tools are not available, fall back to file_search / file_read.