MCP Source Tree Server

by owayo
Verified

get_src_tree

Generate a file tree for the specified directory, filtering files based on .gitignore. Traverses the filesystem and generates a JSON-formatted tree structure that preserves hierarchy.

Input Schema

NameRequiredDescriptionDefault
directoryYes

Input Schema (JSON Schema)

{ "properties": { "directory": { "title": "Directory", "type": "string" } }, "required": [ "directory" ], "title": "get_src_treeArguments", "type": "object" }

You must be authenticated.

Other Tools