Skip to main content
Glama

MCP Smart Filesystem Server

by lofcz

find_files

Search for files by name using pattern matching with wildcards, character matching, and multiple extensions to quickly locate specific files in your filesystem.

Instructions

Find files by name using fast pattern matching.

PATTERN EXAMPLES:

  • Exact name: "config.json"

  • Wildcard: "*.config" or "Handler"

  • Multiple extensions: "*.{ts,tsx,js}"

TIPS:

  • Use * for any characters

  • Use ? for single character

  • Use {a,b,c} for alternatives

Input Schema

NameRequiredDescriptionDefault
patternYesFilename pattern. Examples: 'Component.tsx', '*.json', '*Handler*', '*.{ts,tsx}'
pathNoLimit search to specific directory

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Limit search to specific directory", "type": "string" }, "pattern": { "description": "Filename pattern. Examples: 'Component.tsx', '*.json', '*Handler*', '*.{ts,tsx}'", "type": "string" } }, "required": [ "pattern" ], "type": "object" }

Other Tools from MCP Smart Filesystem 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/lofcz/mcp-filesystem-smart'

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