Skip to main content
Glama

File System Explorer MCP Server

by akshat12000

search_files

Find files by name pattern using wildcards in specified directories to locate documents, code, or data files efficiently.

Instructions

Search for files by name pattern in a directory

Input Schema

NameRequiredDescriptionDefault
directoryYesThe directory to search in
patternYesThe filename pattern to search for (supports * wildcards)

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "The directory to search in", "type": "string" }, "pattern": { "description": "The filename pattern to search for (supports * wildcards)", "type": "string" } }, "required": [ "directory", "pattern" ], "type": "object" }

Other Tools from File System 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/akshat12000/FileSystem-MCPServer'

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