Skip to main content
Glama

Claude Code MCP

by auchenberg

searchGlob

Locate files using a glob pattern within a specified directory. Streamlines file searching for faster access and organization in code projects.

Instructions

Search for files matching a pattern

Input Schema

NameRequiredDescriptionDefault
pathNoThe directory to search in. Defaults to the current working directory.
patternYesThe glob pattern to match files against

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "The directory to search in. Defaults to the current working directory.", "type": "string" }, "pattern": { "description": "The glob pattern to match files against", "type": "string" } }, "required": [ "pattern" ], "type": "object" }

You must be authenticated.

Other Tools from Claude Code MCP

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/auchenberg/claude-code-mcp'

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