--- name: filesystem-mcp description: Official Filesystem Model Context Protocol Server for local file operations. category: tools version: 4.1.0-fractal layer: master-skill --- # Filesystem MCP Skill ## 🎯 Goal Enable the AI Agent to read, write, and manage files on the local filesystem securely using the official Model Context Protocol standard. ## 🛠️ Tools ## 🧠 Knowledge Modules (Fractal Skills) ### 1. [`read_file`](./sub-skills/read_file.md) ### 2. [`write_file`](./sub-skills/write_file.md) ### 3. [`list_directory`](./sub-skills/list_directory.md) ### 4. [`move_file`](./sub-skills/move_file.md) ### 5. [`search_files`](./sub-skills/search_files.md)