File Finder MCP Server

search_files

Locate files by searching for specific text fragments in their names, compatible with JSON-RPC and HTTP REST API, and integrable 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" }

You must be authenticated.

Other Tools from File Finder MCP Server

Related Tools

ID: yltkvxvsux