Skip to main content
Glama

deep-directory-tree-mcp

deep-directory-tree.js506 B
#!/usr/bin/env node import { fileURLToPath } from 'url'; import { dirname, resolve } from 'path'; import { execSync } from 'child_process'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); const mainScript = resolve(__dirname, '../dist/index.js'); try { execSync(`node ${mainScript} ${process.argv.slice(2).join(' ')}`, { stdio: 'inherit' }); } catch (error) { console.error('Error executing deep-directory-tree:', error.message); process.exit(1); }

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