deep-directory-tree-mcp

by andredezzy
Verified

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Integrations

  • Required runtime for development of the MCP server

  • Required runtime environment for the MCP server, used to analyze and visualize directory structures

딥 디렉토리 트리 MCP 🌳

디렉터리 구조를 시각화하고 분석하는 강력한 모델 컨텍스트 프로토콜(MCP) 구현. 이제 AI 어시스턴트가 프로젝트 구조를 효율적으로 이해하고 탐색하여 더욱 스마트한 코드 탐색 및 프로젝트 구성 통찰력을 제공할 수 있습니다.

다음으로 구성됨:

특징

  • 심층 디렉토리 트리 시각화
  • 구성 가능한 깊이 기반 트리 생성
  • 스마트 패턴 기반 파일/디렉토리 제외
  • 깔끔하고 읽기 쉬운 트리 출력 형식
  • 실시간 디렉토리 구조 업데이트
  • 타겟 디렉토리 분석

데모:

빠른 시작

필수 조건

스미서리 설치

시작하는 가장 쉬운 방법은 Smithery를 사용하는 것입니다.

지엑스피1

수동 설치

커서 IDE 설정

  1. 커서 설정 열기 → MCP → 새 MCP 서버 추가
  2. 다음 설정으로 구성하세요.
    { "deep-directory-tree": { "command": "npx", "args": ["-y", "@andredezzy/deep-directory-tree-mcp"] } }

클로드 데스크탑 설정

MCP 구성에 다음을 추가하세요.

{ "mcpServers": { "deep-directory-tree": { "command": "npx", "args": ["-y", "@andredezzy/deep-directory-tree-mcp"] } } }

용법

AI 도우미를 위한 일반적인 명령:

  • "디렉토리 구조를 보여주세요"
  • "프로젝트 트리를 최대 4단계까지 시각화"
  • "테스트 디렉토리를 제외한 파일 표시"

개발

필수 조건

# Clone the repository git clone https://github.com/andredezzy/deep-directory-tree-mcp.git cd deep-directory-tree-mcp # Install dependencies bun install # Build the project bun run build

개발 매뉴얼 설치

커서 IDE 설정

  1. 커서 설정 열기 → MCP → 새 MCP 서버 추가
  2. 다음 설정으로 구성하세요.
    { "deep-directory-tree": { "command": "node", "args": ["ABSOLUTE_PATH_TO_MCP_SERVER/bin/deep-directory-tree.js"] } }

클로드 데스크탑 설정

MCP 구성에 다음을 추가하세요.

{ "mcpServers": { "deep-directory-tree": { "command": "node", "args": ["ABSOLUTE_PATH_TO_MCP_SERVER/bin/deep-directory-tree.js"] } } }

기여하다

  1. 저장소를 포크하세요
  2. 기능 브랜치 생성( git checkout -b feature/amazing-feature )
  3. 변경 사항 커밋( git commit -m 'Add feature' )
  4. 브랜치에 푸시( git push origin feature/amazing-feature )
  5. 풀 리퀘스트 열기

지원하다

도움이 필요하신가요? 다음 자료를 참고해 보세요.

특허

MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

AI 기반 분석 기능을 통해 복잡한 디렉토리 구조를 효율적으로 시각화할 수 있는 심층 디렉토리 트리 시각화 도구입니다.

  1. Features
    1. Quick Start
      1. Prerequisites
      2. Smithery Installation
      3. Manual Installation
    2. Usage
      1. Development
        1. Prerequisites
        2. Development Manual Installation
      2. Contributing
        1. Support
          1. License
            ID: zbfxs2f02m