Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by owayo • Tools & CLI
Generates a hierarchical JSON representation of a directory tree while excluding dot-directories and .gitignore-matched files, to help Claude quickly inspect project structure.
Quickly inspect a repository's directory layout and identify candidate files for editing without cloning or opening the project locally.
Present a filtered project tree that respects .gitignore and hides dot-directories to avoid irrelevant files like build artifacts or config dirs.
A JSON-formatted representation of a codebase to feed into downstream tools or analysis pipelines for navigation or automated modifications.
This MCP server scans a specified directory and returns its file tree in JSON format, representing the directory structure hierarchically. It automatically excludes directories that start with a dot and any files or directories matched by a .gitignore at the project root. The server is designed to be integrated with Claude (via MCP configuration) so the assistant can quickly locate files to view or edit. Requires Python 3.10+ and the 'uv' runtime tool.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.