딥 디렉토리 트리 MCP 🌳
디렉터리 구조를 시각화하고 분석하는 강력한 모델 컨텍스트 프로토콜(MCP) 구현. 이제 AI 어시스턴트가 프로젝트 구조를 효율적으로 이해하고 탐색하여 더욱 스마트한 코드 탐색 및 프로젝트 구성 통찰력을 제공할 수 있습니다.
다음으로 구성됨:
특징
심층 디렉토리 트리 시각화
구성 가능한 깊이 기반 트리 생성
스마트 패턴 기반 파일/디렉토리 제외
깔끔하고 읽기 쉬운 트리 출력 형식
실시간 디렉토리 구조 업데이트
타겟 디렉토리 분석
데모:
빠른 시작
필수 조건
Node.js (v18 이상)
스미서리 설치
시작하는 가장 쉬운 방법은 Smithery를 사용하는 것입니다.
지엑스피1
수동 설치
커서 IDE 설정
커서 설정 열기 → MCP → 새 MCP 서버 추가
다음 설정으로 구성하세요.
{ "deep-directory-tree": { "command": "npx", "args": ["-y", "@andredezzy/deep-directory-tree-mcp"] } }
클로드 데스크탑 설정
MCP 구성에 다음을 추가하세요.
용법
AI 도우미를 위한 일반적인 명령:
"디렉토리 구조를 보여주세요"
"프로젝트 트리를 최대 4단계까지 시각화"
"테스트 디렉토리를 제외한 파일 표시"
개발
필수 조건
Bun 런타임 (필수)
개발 매뉴얼 설치
커서 IDE 설정
커서 설정 열기 → MCP → 새 MCP 서버 추가
다음 설정으로 구성하세요.
{ "deep-directory-tree": { "command": "node", "args": ["ABSOLUTE_PATH_TO_MCP_SERVER/bin/deep-directory-tree.js"] } }
클로드 데스크탑 설정
MCP 구성에 다음을 추가하세요.
기여하다
저장소를 포크하세요
기능 브랜치 생성(
git checkout -b feature/amazing-feature)변경 사항 커밋(
git commit -m 'Add feature')브랜치에 푸시(
git push origin feature/amazing-feature)풀 리퀘스트 열기
지원하다
도움이 필요하신가요? 다음 자료를 참고해 보세요.
특허
MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.
local-only server
The server can only run on the client's local machine because it depends on local resources.
AI 기반 분석 기능을 통해 복잡한 디렉토리 구조를 효율적으로 시각화할 수 있는 심층 디렉토리 트리 시각화 도구입니다.
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityProvides tools for collecting and documenting code from directories.Last updated -47315MIT License
- Asecurity-licenseAqualityA TypeScript-based server that visualizes project directory structures in Markdown format, automatically documenting file contents with syntax highlighting and supporting customizable exclusion patterns.Last updated -1143
- Asecurity-licenseAqualityA Model Context Protocol (MCP) implementation that provides deep filesystem tree visualization and manipulation capabilities. This tool enables efficient navigation and management of complex directory structures, enhancing development workflows with AI-powered file system operations. Compatible withLast updated -15911MIT License
- Asecurity-licenseAqualityProvides code context and analysis for AI assistants by extracting directory structures and code symbols using WebAssembly Tree-sitter parsers with zero native dependencies.Last updated -14318MIT License