Skip to main content
Glama
andredezzy
by andredezzy

딥 디렉토리 트리 MCP 🌳

대장간 도구 호출 NPM 버전 NPM 다운로드

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

다음으로 구성됨:

특징

  • 심층 디렉토리 트리 시각화

  • 구성 가능한 깊이 기반 트리 생성

  • 스마트 패턴 기반 파일/디렉토리 제외

  • 깔끔하고 읽기 쉬운 트리 출력 형식

  • 실시간 디렉토리 구조 업데이트

  • 타겟 디렉토리 분석

데모:

커서 + 딥 디렉토리 트리 MCP 데모

Related MCP server: GitViz MCP

빠른 시작

필수 조건

스미서리 설치

시작하는 가장 쉬운 방법은 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 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables comprehensive directory analysis and file management operations including project structure exploration, intelligent file search, full CRUD operations on files and directories, batch operations with rollback capabilities, and Git integration.
    13
    4
  • A
    license
    Not graded
    quality
    C
    maintenance
    Visualizes Git history and commit logs with before/after animations for operations like merge, rebase, and cherry-pick. Integrates with AI assistants to provide Git analysis tools and smart command suggestions through natural language.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides LLM-optimized tools for advanced code analysis, repository complexity evaluation, and call graph generation. It enables users to visualize directory structures, detect code patterns, and build semantic context with significant token savings.
    11
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Enables token-efficient semantic search and analysis over any directory of files through hybrid search, directory overview, structural analysis, and dependency graphs.
    14
    MIT

View all related MCP servers

Related MCP Connectors

  • AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).

  • Give your AI agent a persistent map of your project's structure, dependencies, and bugs.

  • Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…

View all MCP Connectors

Latest Blog Posts

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