Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_get_directory_tree

Retrieve and visualize directory tree structures with configurable depth, hidden file visibility, and file inclusion. Ideal for organizing and navigating complex file systems efficiently.

Instructions

디렉토리 트리 구조를 가져옵니다

Input Schema

NameRequiredDescriptionDefault
include_filesNo파일 포함
max_depthNo최대 깊이
pathYes루트 디렉토리 경로
show_hiddenNo숨김 파일 표시

Input Schema (JSON Schema)

{ "properties": { "include_files": { "default": true, "description": "파일 포함", "type": "boolean" }, "max_depth": { "default": 3, "description": "최대 깊이", "type": "number" }, "path": { "description": "루트 디렉토리 경로", "type": "string" }, "show_hidden": { "default": false, "description": "숨김 파일 표시", "type": "boolean" } }, "required": [ "path" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/efforthye/fast-filesystem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server