mcp-filesystem-browse

Browse local workspace files using MCP filesystem tools.

1|2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill mcp-filesystem-browse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-filesystem-browse
Source: https://github.com/eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/mcp-filesystem-browse
Command: npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill mcp-filesystem-browse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables exploring local workspace files using MCP filesystem tools (e.g., docker-fs).

Core Features & Use Cases

  • Directory listing: Inspect top-level directories.
  • Targeted reads: Read small file snippets to understand content.
  • Use Case: Quickly assess project structure before diving into details.

Quick Start

Use available MCP filesystem tools (list_directory, read_file, search_files) to browse; fallback to file_search/file_read if MCP tools are unavailable.