deep-directory-tree-mcp
ディープディレクトリツリー MCP 🌳
ディレクトリ構造を視覚化および分析するための強力なモデルコンテキストプロトコル(MCP)実装。AIアシスタントがプロジェクト構造を効率的に理解・ナビゲートできるようになるため、よりスマートなコードナビゲーションとプロジェクト構成の洞察が可能になります。
搭載コンポーネント:
特徴
深いディレクトリツリーの視覚化
設定可能な深度ベースのツリー生成
スマートパターンベースのファイル/ディレクトリ除外
クリーンで読みやすいツリー出力形式
リアルタイムのディレクトリ構造の更新
ターゲットディレクトリ分析
デモ:
Related MCP server: GitViz MCP
クイックスタート
前提条件
Node.js (v18以上)
鍛冶屋の設置
始める最も簡単な方法は、 Smiseryを使用することです。
npx -y @smithery/cli install @andredezzy/deep-directory-tree-mcp --client cursor手動インストール
カーソルIDEセットアップ
カーソル設定を開く → MCP → 新しいMCPサーバーを追加
次の設定を構成します。
{ "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までのプロジェクトツリーを視覚化する」
「テストディレクトリを除くファイルを表示する」
発達
前提条件
Bunランタイム(必須)
# 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セットアップ
カーソル設定を開く → MCP → 新しいMCPサーバーを追加
次の設定を構成します。
{ "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"]
}
}
}貢献
リポジトリをフォークする
機能ブランチを作成する (
git checkout -b feature/amazing-feature)変更をコミットする(
git commit -m 'Add feature')ブランチにプッシュする (
git push origin feature/amazing-feature)プルリクエストを開く
サポート
ヘルプが必要ですか?以下のリソースをお試しください。
ライセンス
MIT ライセンス - 詳細についてはLICENSEファイルを参照してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables 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.134
- AlicenseNot gradedqualityCmaintenanceVisualizes 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.1MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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.11MIT
- AlicenseBqualityCmaintenanceEnables token-efficient semantic search and analysis over any directory of files through hybrid search, directory overview, structural analysis, and dependency graphs.14MIT
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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