Skip to main content
Glama
andredezzy
by andredezzy

ディープディレクトリツリー MCP 🌳

鍛冶道具の呼び出し NPMバージョン NPMダウンロード

ディレクトリ構造を視覚化および分析するための強力なモデルコンテキストプロトコル(MCP)実装。AIアシスタントがプロジェクト構造を効率的に理解・ナビゲートできるようになるため、よりスマートなコードナビゲーションとプロジェクト構成の洞察が可能になります。

搭載コンポーネント:

特徴

  • 深いディレクトリツリーの視覚化

  • 設定可能な深度ベースのツリー生成

  • スマートパターンベースのファイル/ディレクトリ除外

  • クリーンで読みやすいツリー出力形式

  • リアルタイムのディレクトリ構造の更新

  • ターゲットディレクトリ分析

デモ:

カーソル + ディープディレクトリツリー MCP デモ

Related MCP server: GitViz MCP

クイックスタート

前提条件

鍛冶屋の設置

始める最も簡単な方法は、 Smiseryを使用することです。

npx -y @smithery/cli install @andredezzy/deep-directory-tree-mcp --client cursor

手動インストール

カーソル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 ライセンス - 詳細についてはLICENSEファイルを参照してください。

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