Skip to main content
Glama

deep-directory-tree-mcp

get_deep_directory_tree

Generate a detailed directory tree structure from a specified path, with configurable depth and exclusion patterns, for clear visualization of complex file hierarchies.

Instructions

Get deep directory tree

Input Schema

NameRequiredDescriptionDefault
optionsNoTree generation options
pathYesPath to get the directory tree (preferably absolute path)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "additionalProperties": false, "default": { "depth": 3, "excludePatterns": [ "node_modules", ".git", ".turbo", "dist", ".next" ] }, "description": "Tree generation options", "properties": { "depth": { "default": 3, "description": "Depth of the directory tree", "type": "number" }, "excludePatterns": { "default": [ "node_modules", ".git", ".turbo", "dist", ".next" ], "description": "Patterns to exclude from the tree (e.g., ['node_modules', '*.log'])", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "path": { "description": "Path to get the directory tree (preferably absolute path)", "type": "string" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from deep-directory-tree-mcp

Related Tools

    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/andredezzy/deep-directory-tree-mcp'

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