Claude Desktop Commander MCP

by wonderwhy-er
Verified

search_files

Recursively search files and directories matching a pattern from a specified starting path, including all subdirectories within allowed permissions.

Instructions

Recursively search for files and directories matching a pattern. Searches through all subdirectories from the starting path. Only searches within allowed directories.

Input Schema

NameRequiredDescriptionDefault
pathYes
patternYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "type": "string" }, "pattern": { "type": "string" } }, "required": [ "path", "pattern" ], "type": "object" }
ID: zempur9oh4