Skip to main content
Glama

Project Explorer MCP Server

explore_project

Analyze and list files in a directory, detailing sizes and import/export statements in JavaScript/TypeScript projects. Excludes common build directories like node_modules, .git, and dist for focused project exploration.

Instructions

Lists all files in a directory with their sizes and imports/exports. Analyzes JavaScript/TypeScript files for import/export statements and provides detailed file information including size formatting. Excludes common build directories like node_modules, .git, dist, etc.

Input Schema

NameRequiredDescriptionDefault
directoryYesThe directory path to analyze
includeHiddenNoWhether to include hidden files and directories (starting with .)
subDirectoryNoOptional subdirectory within the main directory to analyze

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "The directory path to analyze", "type": "string" }, "includeHidden": { "default": false, "description": "Whether to include hidden files and directories (starting with .)", "type": "boolean" }, "subDirectory": { "default": "", "description": "Optional subdirectory within the main directory to analyze", "type": "string" } }, "required": [ "directory" ], "type": "object" }
Install Server

Other Tools from Project Explorer MCP Server

Related Tools

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/MausRundung362/mcp-explorer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server