Skip to main content
Glama

filesystem-mcp

by sylphxltd

list_files

List files and directories within a specified path, with options to include detailed stats and perform recursive listing for comprehensive directory navigation.

Instructions

List files/directories. Can optionally include stats and list recursively.

Input Schema

NameRequiredDescriptionDefault
include_statsNoInclude detailed stats for each listed item.
pathNoRelative path of the directory..
recursiveNoList directories recursively.

Input Schema (JSON Schema)

{ "properties": { "include_stats": { "default": false, "description": "Include detailed stats for each listed item.", "type": "boolean" }, "path": { "default": ".", "description": "Relative path of the directory.", "type": "string" }, "recursive": { "default": false, "description": "List directories recursively.", "type": "boolean" } }, "required": [], "type": "object" }
Install Server

You must to connect to the server.

Other Tools from filesystem-mcp

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/sylphxltd/filesystem-mcp'

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