Skip to main content
Glama

File Finder MCP Server

search_files

Locate files by searching for a specific text fragment in their names using the MCP server. Input the fragment to retrieve matching files via JSON-RPC or HTTP REST API, ideal for integration with tools like VS Code.

Instructions

Search for files containing a specified fragment in their names

Input Schema

NameRequiredDescriptionDefault
fragmentYesText fragment to search for in file names

Input Schema (JSON Schema)

{ "properties": { "fragment": { "description": "Text fragment to search for in file names", "type": "string" } }, "required": [ "fragment" ], "type": "object" }
Install Server

Other Tools from File Finder 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/sergey-fintech/MCP'

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