Skip to main content
Glama

Desktop Commander MCP

MIT License
29,418
3
  • Linux
  • Apple

search_files

Recursively find files and directories matching a specific pattern within designated paths using Desktop Commander MCP. Streamline file searches across subdirectories with precise criteria.

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" }

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/MrGNSS/ClaudeDesktopCommander'

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