deep-directory-tree-mcp
Árbol de directorios profundo MCP 🌳
Una potente implementación del Protocolo de Contexto de Modelo (MCP) para visualizar y analizar estructuras de directorios. ¿Por qué? Ahora puede permitir que los asistentes de IA comprendan y naveguen eficientemente por la estructura de su proyecto, lo que permite una navegación de código más inteligente y una visión más clara de la organización del proyecto.
Construido con:
Características
Visualización profunda del árbol de directorios
Generación de árboles configurable según la profundidad
Exclusión inteligente de archivos y directorios basada en patrones
Formato de salida de árbol limpio y legible
Actualizaciones de la estructura de directorios en tiempo real
Análisis de directorios específicos
MANIFESTACIÓN:
Related MCP server: GitViz MCP
Inicio rápido
Prerrequisitos
Node.js (v18 o superior)
Instalación de herrería
La forma más fácil de comenzar es utilizando Smithery :
npx -y @smithery/cli install @andredezzy/deep-directory-tree-mcp --client cursorInstalación manual
Configuración del IDE del cursor
Abra Configuración del cursor → MCP → Agregar nuevo servidor MCP
Configure con estos ajustes:
{ "deep-directory-tree": { "command": "npx", "args": ["-y", "@andredezzy/deep-directory-tree-mcp"] } }
Configuración del escritorio de Claude
Agregue lo siguiente a su configuración de MCP:
{
"mcpServers": {
"deep-directory-tree": {
"command": "npx",
"args": ["-y", "@andredezzy/deep-directory-tree-mcp"]
}
}
}Uso
Comandos comunes para asistentes de IA:
"Muéstrame la estructura del directorio"
Visualizar el árbol del proyecto hasta la profundidad 4
"Mostrar archivos excluyendo los directorios de prueba"
Desarrollo
Prerrequisitos
Tiempo de ejecución de Bun (obligatorio)
# 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 buildManual de desarrollo e instalación
Configuración del IDE del cursor
Abra Configuración del cursor → MCP → Agregar nuevo servidor MCP
Configure con estos ajustes:
{ "deep-directory-tree": { "command": "node", "args": ["ABSOLUTE_PATH_TO_MCP_SERVER/bin/deep-directory-tree.js"] } }
Configuración del escritorio de Claude
Agregue lo siguiente a su configuración de MCP:
{
"mcpServers": {
"deep-directory-tree": {
"command": "node",
"args": ["ABSOLUTE_PATH_TO_MCP_SERVER/bin/deep-directory-tree.js"]
}
}
}Contribuyendo
Bifurcar el repositorio
Crear una rama de características (
git checkout -b feature/amazing-feature)Confirmar cambios (
git commit -m 'Add feature')Empujar a la rama (
git push origin feature/amazing-feature)Abrir una solicitud de extracción
Apoyo
¿Necesitas ayuda? Prueba estos recursos:
Licencia
Licencia MIT: consulte el archivo LICENCIA para obtener más detalles.
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